Skip to content

Commit

Permalink
fix(gh-actions): fix secrets on ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkyfaza20 committed Sep 7, 2024
1 parent 1fa1f5d commit 20770f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PAT }}

- name: Build and push
uses: docker/build-push-action@v2
with:
Expand All @@ -37,7 +37,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GH_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 20770f6

Please sign in to comment.