Skip to content

Commit

Permalink
change login username
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoCoreDuo authored Apr 27, 2024
1 parent 71f3b24 commit f4acb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/box64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
buildkitd-flags: --debug
- uses: docker/login-action@v3
with:
username: ${{ github.repository_owner }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }}
- uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit f4acb40

Please sign in to comment.