diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index fc93d06..52d7a33 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -59,7 +59,7 @@ jobs: - name: Build and push id: push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . # Use all platforms on push and tags, otherwise limit to linux/amd64 for faster CI