You've already forked docker-compose-docker
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
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:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user