Skip to content

Commit 84a9580

Browse files
build(deps): bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 827b9a0 commit 84a9580

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)