diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 221aa781..218fc697 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -50,7 +50,7 @@ jobs: steps: - name: Log in to the repo's container registry - uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -82,7 +82,7 @@ jobs: echo "repositoryUri=$REPO_URI" >> $GITHUB_OUTPUT - name: Log in to the repo's container registry - uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 with: registry: ${{ steps.repositoryUri.outputs.repositoryUri }} username: AWS diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index c2db3642..52fb02a9 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -287,7 +287,7 @@ jobs: - name: Log in to the Container registry if: github.ref == 'refs/heads/saga' - uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}