Skip to content

Commit

Permalink
Update docker/login-action digest to 9780b0c
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent a6fd3b3 commit 0138a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3

- name: Login to Operator Registry
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
with:
registry: ${{ env.OPERATOR_IMAGE_REGISTRY }}
username: ${{ secrets.REGISTRY_USERNAME }}
Expand Down Expand Up @@ -543,7 +543,7 @@ jobs:
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3

- name: Login to Bundle Registry
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
with:
registry: ${{ env.BUNDLE_IMAGE_REGISTRY }}
username: ${{ secrets.REGISTRY_USERNAME }}
Expand Down

0 comments on commit 0138a89

Please sign in to comment.