diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8029510..4069321 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -67,7 +67,7 @@ jobs: # https://github.com/marketplace/actions/build-and-push-docker-images - name: Build and Push Docker Image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: | matrix.PHP_VERSION != env.PHP_STABLE_VERSION && matrix.NODE_VERSION != env.NODE_STABLE_VERSION @@ -96,7 +96,7 @@ jobs: # https://github.com/marketplace/actions/build-and-push-docker-images - name: Build and Push Docker Image - latest PHP, non-latest Node - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: | matrix.PHP_VERSION == env.PHP_STABLE_VERSION && matrix.NODE_VERSION != env.NODE_STABLE_VERSION @@ -125,7 +125,7 @@ jobs: # https://github.com/marketplace/actions/build-and-push-docker-images - name: Build and Push Docker Image - latest Node, non-latest PHP - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: | matrix.PHP_VERSION != env.PHP_STABLE_VERSION && matrix.NODE_VERSION == env.NODE_STABLE_VERSION @@ -158,7 +158,7 @@ jobs: # https://github.com/marketplace/actions/build-and-push-docker-images - name: Build and Push Docker Image - latest PHP & Node - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: | matrix.PHP_VERSION == env.PHP_STABLE_VERSION && matrix.NODE_VERSION == env.NODE_STABLE_VERSION diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index 2ba63b6..23bf914 100644 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -56,7 +56,7 @@ jobs: # https://github.com/marketplace/actions/build-and-push-docker-images - name: Build Docker Image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: template platforms: linux/arm64