Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Stieneee committed Apr 25, 2023
1 parent 18c0003 commit a51329c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: registry.hub.docker.com
username: ${{ github.repository_owner }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Login to GitHub Container Registry
Expand Down

0 comments on commit a51329c

Please sign in to comment.