diff --git a/.github/workflows/build-base-image.yml b/.github/workflows/build-base-image.yml index 48ea199..1e1e177 100644 --- a/.github/workflows/build-base-image.yml +++ b/.github/workflows/build-base-image.yml @@ -95,7 +95,7 @@ jobs: - name: Build and push base image id: build if: steps.check-rebuild.outputs.rebuild_needed == 'true' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: context: . file: ./Dockerfile.base diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed5c2ed..8b7a171 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,7 +169,7 @@ jobs: - name: Build and push development Docker image id: build if: steps.check-changes.outputs.should_build == 'true' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: context: . file: ./Dockerfile @@ -189,7 +189,7 @@ jobs: - name: Build and push production Docker image id: prod-build if: steps.check-changes.outputs.should_build == 'true' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: context: . file: ./Dockerfile