Skip to content

Commit

Permalink
Merge pull request #85 from thomasferrandiz/fix-gha-push
Browse files Browse the repository at this point in the history
fix docker login action
  • Loading branch information
thomasferrandiz authored Apr 9, 2024
2 parents bec8a84 + 62efaac commit 5c2e461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Login to Container Registry
uses: docker/login-action@v3
with:
username: ${{ secrets.docker_username }}
password: ${{ secrets.docker_password }}
username: ${{ env.DOCKER_USERNAME }}
password: ${{ env.DOCKER_PASSWORD }}

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

0 comments on commit 5c2e461

Please sign in to comment.