added labels to docker images
CI / build (push) Failing after 2m20s

This commit is contained in:
2026-06-13 12:48:00 +08:00
parent 4b2f2da35f
commit 91f9e9184c
2 changed files with 24 additions and 0 deletions
+6
View File
@@ -28,6 +28,7 @@ jobs:
with:
builder: "multiplatform-builder"
context: "docker/build/docker"
build-args: VERSION=${{ steps.retrieve-version.outputs.VERSION }},REVISION=${{ github.sha }}
platforms: linux/amd64,linux/arm64
push: true
pull: true
@@ -41,6 +42,7 @@ jobs:
with:
builder: "multiplatform-builder"
context: "docker/build/docker"
build-args: VERSION=${{ steps.retrieve-version.outputs.VERSION }},REVISION=${{ github.sha }}
platforms: linux/amd64,linux/arm64
push: true
pull: true
@@ -54,6 +56,7 @@ jobs:
with:
builder: "multiplatform-builder"
context: "docker/build/docker"
build-args: VERSION=${{ steps.retrieve-version.outputs.VERSION }},REVISION=${{ github.sha }}
platforms: linux/amd64,linux/arm64
push: true
pull: true
@@ -67,6 +70,7 @@ jobs:
with:
builder: "multiplatform-builder"
context: "docker/build/docker"
build-args: VERSION=${{ steps.retrieve-version.outputs.VERSION }},REVISION=${{ github.sha }}
platforms: linux/amd64,linux/arm64
push: true
pull: true
@@ -80,6 +84,7 @@ jobs:
with:
builder: "multiplatform-builder"
context: "docker/build/docker"
build-args: VERSION=${{ steps.retrieve-version.outputs.VERSION }},REVISION=${{ github.sha }}
platforms: linux/amd64
push: true
pull: true
@@ -93,6 +98,7 @@ jobs:
with:
builder: "multiplatform-builder"
context: "docker/build/docker"
build-args: VERSION=${{ steps.retrieve-version.outputs.VERSION }},REVISION=${{ github.sha }}
platforms: linux/amd64
push: true
pull: true