diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdd9e59..61e8821 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: - name: Build and Push id: build_and_push - uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 + uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 with: push: true tags: 374269020027.dkr.ecr.eu-west-2.amazonaws.com/analytical-platform-ingestion-transfer:${{ github.ref_name }} diff --git a/.github/workflows/scan-image.yml b/.github/workflows/scan-image.yml index 6d6a955..212e5c5 100644 --- a/.github/workflows/scan-image.yml +++ b/.github/workflows/scan-image.yml @@ -22,7 +22,7 @@ - name: Build Image id: build_image - uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 + uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 with: push: false load: true