diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1edca4126..1514990d7 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@327cd5a69de6c009b9ce71bce8395f28e651bf99 + uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55 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@327cd5a69de6c009b9ce71bce8395f28e651bf99 + uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55 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 7774cb9b9..ceaaee74e 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -316,7 +316,7 @@ jobs: - name: Log in to the Container registry if: github.ref == 'refs/heads/saga' - uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99 + uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}