We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 346d371 + b3275cc commit d464d95Copy full SHA for d464d95
.github/workflows/build-linux-image.yml
@@ -44,7 +44,7 @@ jobs:
44
no-cache: true
45
- name: Login to DockerHub
46
if: ${{ github.event_name != 'pull_request' }}
47
- uses: docker/login-action@v3.0.0
+ uses: docker/login-action@v3.2.0
48
with:
49
username: ${{ secrets.DOCKERHUB_USERNAME }}
50
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments