We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3e15f8 + 5455e81 commit 346d371Copy full SHA for 346d371
.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@v2.2.0
+ uses: docker/login-action@v3.0.0
48
with:
49
username: ${{ secrets.DOCKERHUB_USERNAME }}
50
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments