diff --git a/.github/workflows/dockertest-v2-lts.yml b/.github/workflows/dockertest-v2-lts.yml index 0dbffe27a..3855c9df0 100644 --- a/.github/workflows/dockertest-v2-lts.yml +++ b/.github/workflows/dockertest-v2-lts.yml @@ -59,7 +59,7 @@ jobs: # Build the test Ferron image to cache it for the test suite - name: Build the test Ferron image - uses: docker/build-push-action@v7.0.0 + uses: docker/build-push-action@v7.1.0 with: context: . file: Dockerfile.test @@ -69,7 +69,7 @@ jobs: # Build the test runner image to cache it for the test suite - name: Build the test runner image - uses: docker/build-push-action@v7.0.0 + uses: docker/build-push-action@v7.1.0 with: context: ./dockertest/runner load: true diff --git a/.github/workflows/dockertest-v2.yml b/.github/workflows/dockertest-v2.yml index db54701c0..8f118e03a 100644 --- a/.github/workflows/dockertest-v2.yml +++ b/.github/workflows/dockertest-v2.yml @@ -59,7 +59,7 @@ jobs: # Build the test Ferron image to cache it for the test suite - name: Build the test Ferron image - uses: docker/build-push-action@v7.0.0 + uses: docker/build-push-action@v7.1.0 with: context: . file: Dockerfile.test @@ -69,7 +69,7 @@ jobs: # Build the test runner image to cache it for the test suite - name: Build the test runner image - uses: docker/build-push-action@v7.0.0 + uses: docker/build-push-action@v7.1.0 with: context: ./dockertest/runner load: true diff --git a/.github/workflows/release-v2-lts.yml b/.github/workflows/release-v2-lts.yml index 392df42e4..2cd6d92be 100644 --- a/.github/workflows/release-v2-lts.yml +++ b/.github/workflows/release-v2-lts.yml @@ -331,7 +331,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Build and export to Docker - uses: docker/build-push-action@v7.0.0 + uses: docker/build-push-action@v7.1.0 with: context: . file: ${{ matrix.dockerfile }} @@ -347,7 +347,7 @@ jobs: - name: Build and push Docker image id: push - uses: docker/build-push-action@v7.0.0 + uses: docker/build-push-action@v7.1.0 with: context: . file: ${{ matrix.dockerfile }} diff --git a/.github/workflows/release-v2.yml b/.github/workflows/release-v2.yml index 397d7926c..3a0e8b2e6 100644 --- a/.github/workflows/release-v2.yml +++ b/.github/workflows/release-v2.yml @@ -382,7 +382,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Build and export to Docker - uses: docker/build-push-action@v7.0.0 + uses: docker/build-push-action@v7.1.0 with: context: . file: ${{ matrix.dockerfile }} @@ -398,7 +398,7 @@ jobs: - name: Build and push Docker image id: push - uses: docker/build-push-action@v7.0.0 + uses: docker/build-push-action@v7.1.0 with: context: . file: ${{ matrix.dockerfile }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94643e456..f9c5ad219 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -276,7 +276,7 @@ jobs: - name: Build and push Docker image id: push - uses: docker/build-push-action@v7.0.0 + uses: docker/build-push-action@v7.1.0 with: context: . file: ${{ matrix.dockerfile }}