Skip to content

Commit

Permalink
chore(deps): update docker/login-action action to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 10, 2023
1 parent eb28e24 commit 7c266c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- # only authenticate if publishing image
name: Login to Docker Hub
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
if: ${{ env.is_publishing == 'true' }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 7c266c3

Please sign in to comment.