diff --git a/.github/workflows/ci-full.yml b/.github/workflows/ci-full.yml index f38195d0..c20d3723 100644 --- a/.github/workflows/ci-full.yml +++ b/.github/workflows/ci-full.yml @@ -51,7 +51,7 @@ jobs: http = true - name: Build and cache image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: context: . file: docker/Dockerfile @@ -139,7 +139,7 @@ jobs: - name: Build test image (from cache) if: steps.check.outputs.should_run == 'true' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: context: . file: docker/Dockerfile @@ -297,7 +297,7 @@ jobs: http = true - name: Build test image (from cache) - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: context: . file: docker/Dockerfile diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc4a57ad..6a620d7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: - name: Build and cache image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: context: . file: docker/Dockerfile @@ -152,7 +152,7 @@ jobs: - name: Build test image (from cache) - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: context: . file: docker/Dockerfile