Skip to content

Commit

Permalink
feat(gh-actions): update docker-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkyfaza20 committed Sep 8, 2024
1 parent 20770f6 commit 72f64c2
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 @@ -36,8 +36,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GH_TOKEN }}
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}

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

0 comments on commit 72f64c2

Please sign in to comment.