From af301ef6ba568fa7cbb89466ac40b570e91e0b6d Mon Sep 17 00:00:00 2001 From: WardPearce Date: Sat, 20 Sep 2025 02:30:41 +1200 Subject: [PATCH] Update docker build and push --- .github/workflows/prod-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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