diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 0d5ac66e5..c5ccb513c 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -35,7 +35,7 @@ jobs: echo "FULL_VERSION=$VERSION" >> $GITHUB_ENV - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: platforms: linux/amd64,linux/arm64 push: true