Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tommerty authored Jul 22, 2024
1 parent 2afb7eb commit 32f9042
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,8 +24,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: "doras-to-admin"
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.PAT_AUTHOR }}
password: ${{ secrets.PAT_TOKEN }}

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

0 comments on commit 32f9042

Please sign in to comment.