Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTrost committed Oct 19, 2023
1 parent 2ca05c8 commit 28a6f78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .github/a
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push image
Expand Down

0 comments on commit 28a6f78

Please sign in to comment.