diff --git a/.github/workflows/prod-web.yml b/.github/workflows/prod-web.yml index 2e06b08d..f86c57b1 100644 --- a/.github/workflows/prod-web.yml +++ b/.github/workflows/prod-web.yml @@ -31,7 +31,7 @@ jobs: VERSION=$(jq -r .version ./materialious/package.json) echo "version=$VERSION" >> "$GITHUB_OUTPUT" - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ./materialious platforms: linux/amd64,linux/arm64,linux/arm/v7