diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f85a9d6..089fc9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: type=ref,event=branch,enable=${{ github.ref_name != github.event.repository.default_branch }} - name: Build and push - uses: docker/build-push-action@v6.19.2 + uses: docker/build-push-action@v7.0.0 with: context: . platforms: linux/amd64,linux/arm64,linux/arm/v7 diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index ec3977b..97ca167 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -32,7 +32,7 @@ jobs: images: itzg/mc-backup - name: Build and push - uses: docker/build-push-action@v6.19.2 + uses: docker/build-push-action@v7.0.0 with: context: . platforms: linux/amd64,linux/arm64,linux/arm/v7 diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 3f5025a..2e20bf4 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -41,7 +41,7 @@ jobs: driver-opts: network=host - name: Build and push to local registry - uses: docker/build-push-action@v6.19.2 + uses: docker/build-push-action@v7.0.0 with: push: true tags: localhost:5000/itzg/mc-backup:latest