Skip to content

Commit

Permalink
github-actions(deps): bump docker/login-action
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>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 62643b7 commit 301cf83
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@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.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@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.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 301cf83

Please sign in to comment.