diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 081d45fb..b4f1c9a0 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -64,7 +64,7 @@ jobs: - name: Build Docker image - ${{ matrix.images.image-id }} if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index b917f755..e99b4a56 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -78,7 +78,7 @@ jobs: env: ${{ matrix.images.deployment-environment-identifier }} - name: Build Docker image - ${{ matrix.images.image-id }} - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 5b37073c..8da250f0 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -67,7 +67,7 @@ jobs: env: ${{ matrix.images.deployment-environment-identifier }} - name: Build and Push Container - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 with: context: . file: ${{ matrix.images.dockerfile }}