Skip to content

Commit a074384

Browse files
authored
Merge pull request #1530 from intel/dependabot/github_actions/docker/login-action-3
build(deps): bump docker/login-action from 2 to 3
2 parents 92c1d21 + 84a9580 commit a074384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lib-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: ${{ !contains(fromJson(env.no_base_check), matrix.image) }}
5959
run: IMG=intel/${{ matrix.image }}:${{ inputs.image_tag }} make test-image-base-layer BUILDER=docker
6060
- name: Login
61-
uses: docker/login-action@v2
61+
uses: docker/login-action@v3
6262
with:
6363
username: ${{ secrets.DOCKERHUB_USER }}
6464
password: ${{ secrets.DOCKERHUB_PASS }}

0 commit comments

Comments
 (0)