Skip to content

Commit

Permalink
chore(deps): update docker/login-action digest to 5d8785b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 03efee1 commit 595798b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

steps:
- name: Log in to the repo's container registry
uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
uses: docker/login-action@5d8785b43a795ee002a17dbf1a2235dc1997224b
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
echo "repositoryUri=$REPO_URI" >> $GITHUB_OUTPUT
- name: Log in to the repo's container registry
uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
uses: docker/login-action@5d8785b43a795ee002a17dbf1a2235dc1997224b
with:
registry: ${{ steps.repositoryUri.outputs.repositoryUri }}
username: AWS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
- name: Log in to the Container registry
if: github.ref == 'refs/heads/saga'
uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
uses: docker/login-action@5d8785b43a795ee002a17dbf1a2235dc1997224b
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 595798b

Please sign in to comment.