You've already forked docker-compose-docker
fix(ci): add missing DC_VERSION
This commit is contained in:
@@ -47,6 +47,7 @@ jobs:
|
|||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
|
--build-arg DC_VERSION=${{ steps.version_extraction.outputs.version_raw }} \
|
||||||
--build-arg GONOSUMDB=${GONOSUMDB} \
|
--build-arg GONOSUMDB=${GONOSUMDB} \
|
||||||
--build-arg GOPRIVATE=${GOPRIVATE} \
|
--build-arg GOPRIVATE=${GOPRIVATE} \
|
||||||
--build-arg GOPROXY=${GOPROXY} \
|
--build-arg GOPROXY=${GOPROXY} \
|
||||||
@@ -89,6 +90,7 @@ jobs:
|
|||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
|
--build-arg DC_VERSION=${{ steps.version_extraction.outputs.version_raw }} \
|
||||||
--build-arg GONOSUMDB=${GONOSUMDB} \
|
--build-arg GONOSUMDB=${GONOSUMDB} \
|
||||||
--build-arg GOPRIVATE=${GOPRIVATE} \
|
--build-arg GOPRIVATE=${GOPRIVATE} \
|
||||||
--build-arg GOPROXY=${GOPROXY} \
|
--build-arg GOPROXY=${GOPROXY} \
|
||||||
|
|||||||
Reference in New Issue
Block a user