Skip to content

Commit

Permalink
chore: rename token
Browse files Browse the repository at this point in the history
  • Loading branch information
rustamch committed Mar 8, 2024
1 parent c017e15 commit 55a7e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.DOCKER_GH_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 55a7e51

Please sign in to comment.