We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92c1d21 + 84a9580 commit a074384Copy full SHA for a074384
.github/workflows/lib-publish.yaml
@@ -58,7 +58,7 @@ jobs:
58
if: ${{ !contains(fromJson(env.no_base_check), matrix.image) }}
59
run: IMG=intel/${{ matrix.image }}:${{ inputs.image_tag }} make test-image-base-layer BUILDER=docker
60
- name: Login
61
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
62
with:
63
username: ${{ secrets.DOCKERHUB_USER }}
64
password: ${{ secrets.DOCKERHUB_PASS }}
0 commit comments