Skip to content

Commit

Permalink
github-actions(deps): bump docker/login-action (#133)
Browse files Browse the repository at this point in the history
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@e92390c...9780b0c)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: saisatishkarra <saisatish.karra@konghq.com>
  • Loading branch information
dependabot[bot] and saisatishkarra committed Sep 10, 2024
1 parent d6086ff commit d379af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security-actions/sign-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runs:
# By default cosign publishes image signatures alongside image repositories in the same registry
# This step is needed for pulling image from / pushing image sig to private registry
- name: Login to Image Registry - ${{ inputs.image_registry_domain }}
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
if: ${{ inputs.registry_username != '' && inputs.registry_password != '' }}
with:
registry: ${{ inputs.image_registry_domain }}
Expand All @@ -96,7 +96,7 @@ runs:

# This step runs if signature registry is different from image registry
- name: Login to Signature Registry - ${{ inputs.signature_registry_domain }}
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
if: ${{ inputs.signature_registry_username != '' && inputs.signature_registry_password != '' }}
with:
registry: ${{ inputs.signature_registry_domain }}
Expand Down

0 comments on commit d379af8

Please sign in to comment.