We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb28e24 commit f9fc043Copy full SHA for f9fc043
.github/workflows/build-image.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- # only authenticate if publishing image
39
name: Login to Docker Hub
40
- uses: docker/login-action@v2.1.0
+ uses: docker/login-action@v2.2.0
41
if: ${{ env.is_publishing == 'true' }}
42
with:
43
username: ${{ secrets.DOCKERHUB_USERNAME }}
0 commit comments