Update publish-ci-image.yml

This commit is contained in:
Ludy87
2026-08-12 21:42:12 +02:00
parent c0d0f62b8f
commit e1ece98d13
+3 -1
View File
@@ -45,7 +45,9 @@ jobs:
with:
context: .
file: docker/ci/Dockerfile
platforms: linux/amd64,linux/arm64
# GitHub-hosted Linux jobs in this repository run on amd64. Avoid
# QEMU/arm64 here because the image is only consumed by those jobs.
platforms: linux/amd64
push: true
build-args: |
TASK_VERSION=${{ steps.version.outputs.value }}