fix(ci): add label 'org.opencontainers.image.created'
Lint Markdown files / markdown-lint (push) Successful in 4s
Auto release tagged / tag_on_change (push) Failing after 10s
Release latest / push-manifest (push) Has been cancelled
Release latest / sync-to-hub-docker-io (push) Has been cancelled
Release latest / push-arm64 (push) Has been cancelled
Release latest / push-amd64 (push) Has been cancelled

This commit is contained in:
2026-06-05 12:30:44 +02:00
parent a9d7e01167
commit d56f129569
4 changed files with 12 additions and 2 deletions
+2
View File
@@ -22,6 +22,7 @@ jobs:
- name: Build and push image
run: |
docker buildx build \
--build-arg BUILD_DATE="$(date --rfc-3339 seconds)" \
--file Dockerfile \
--platform linux/arm64 \
--provenance false \
@@ -46,6 +47,7 @@ jobs:
- name: Build and push image
run: |
docker buildx build \
--build-arg BUILD_DATE="$(date --rfc-3339 seconds)" \
--file Dockerfile \
--platform linux/amd64 \
--provenance false \
+2
View File
@@ -44,6 +44,7 @@ jobs:
- name: Build and push image
run: |
docker buildx build \
--build-arg BUILD_DATE="$(date --rfc-3339 seconds)" \
--build-arg DC_VERSION=${{ steps.version_extraction.outputs.version_raw }} \
--file Dockerfile \
--platform linux/arm64 \
@@ -84,6 +85,7 @@ jobs:
- name: Build and push image
run: |
docker buildx build \
--build-arg BUILD_DATE="$(date --rfc-3339 seconds)" \
--build-arg DC_VERSION=${{ steps.version_extraction.outputs.version_raw }} \
--file Dockerfile \
--platform linux/amd64 \