Skip to content

Commit

Permalink
Merge pull request #193 from CapgeminiInventUK/renovate/docker-login-…
Browse files Browse the repository at this point in the history
…action-digest

chore(deps): update docker/login-action digest to 1f36f5b
  • Loading branch information
georgeherby authored Oct 7, 2024
2 parents 14ccee8 + 55eeadb commit 4e4c182
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

- name: Log in to the Container registry
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

- name: Log in to the Container registry
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

- name: Log in to the Container registry
uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 4e4c182

Please sign in to comment.