Skip to content

Commit

Permalink
Update docker/login-action digest to 0d4c9c5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2024
1 parent a6fd3b3 commit 851911a
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@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # 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@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
with:
registry: ${{ env.BUNDLE_IMAGE_REGISTRY }}
username: ${{ secrets.REGISTRY_USERNAME }}
Expand Down

0 comments on commit 851911a

Please sign in to comment.