Skip to content

Commit

Permalink
Update login action
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj committed Apr 23, 2024
1 parent 7ba6c2d commit 4b67c7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GHCR
uses: docker/login-action@v2
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
with:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 4b67c7d

Please sign in to comment.