Skip to content

Commit

Permalink
chore: Update Docker login username in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavybullets8 committed May 8, 2024
1 parent 9e54587 commit dc1892f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
username: heavybullets8
password: ${{ secrets.GHCR_TOKEN }}

- name: Set up Docker Buildx
Expand Down

0 comments on commit dc1892f

Please sign in to comment.