Skip to content

Commit

Permalink
Update .github/workflows/hotfix-pipeline.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Lappalainen <[email protected]>
  • Loading branch information
vesameskanen and optionsome authored Aug 21, 2023
1 parent bd0f7c9 commit aca2914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hotfix-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: configure Docker Buildx
uses: docker/setup-buildx-action@v2
- name: log in to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_AUTH }}
Expand Down

0 comments on commit aca2914

Please sign in to comment.