Skip to content

Commit

Permalink
Merge pull request #1530 from intel/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
tkatila authored Sep 13, 2023
2 parents 92c1d21 + 84a9580 commit a074384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lib-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: ${{ !contains(fromJson(env.no_base_check), matrix.image) }}
run: IMG=intel/${{ matrix.image }}:${{ inputs.image_tag }} make test-image-base-layer BUILDER=docker
- name: Login
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASS }}
Expand Down

0 comments on commit a074384

Please sign in to comment.