diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 29985d8..ea7f62e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Build and push to ECR - uses: citizensadvice/build-and-push-action@be6164e42eb03fee4e31e49b0e202a77d164d6d5 + uses: citizensadvice/build-and-push-action@f75961b74f734f04e11b573306120c084ee9c941 with: aws_access_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_KEY }} aws_secret_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_SECRET }}