Set push:true to publish image, upgrade build-push action

This commit is contained in:
Simon
2025-09-22 05:09:28 +00:00
parent 8791430ab3
commit 46f52b82ed

View File

@@ -67,9 +67,10 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Push image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}