We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2e101 commit a05e810Copy full SHA for a05e810
.github/workflows/build-docker.yml
@@ -44,7 +44,7 @@ jobs:
44
if: ${{ github.ref == 'refs/heads/master' }}
45
uses: docker/login-action@v3
46
with:
47
- username: ${{ fossabot }}
+ username: fossabot
48
password: ${{ secrets.DOCKER_HUB_TOKEN }}
49
50
- name: Build and push
0 commit comments