Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hvalev committed Aug 13, 2022
1 parent 297ccf3 commit b365b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUBUNAME }}
password: ${{ secrets.DOCKERHUBTOKEN }}
password: ${{ secrets.DOCKERHUBPWD }}
- name: Run Buildx
run: |
docker buildx build --push \
Expand Down

0 comments on commit b365b57

Please sign in to comment.