diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2937d82f..bf4e4c39 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@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9 + uses: docker/login-action@5d8785b43a795ee002a17dbf1a2235dc1997224b 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@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9 + uses: docker/login-action@5d8785b43a795ee002a17dbf1a2235dc1997224b 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 b060736c..22366d81 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -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 }}