This commit is contained in:
@ -30,8 +30,7 @@ steps:
|
|||||||
repo: ${DOCKER_REGISTRY}/taqi/portfolio
|
repo: ${DOCKER_REGISTRY}/taqi/portfolio
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${DOCKER_REGISTRY}/taqi/portfolio:1.0.0-${CI_PIPELINE_NUMBER} # Ref: https://woodpecker-ci.org/docs/usage/environment
|
- 1.0.0-${CI_PIPELINE_NUMBER} # Ref: https://woodpecker-ci.org/docs/usage/environment
|
||||||
cache: true
|
|
||||||
skip_tls_verify: false # set to true for testing registries ONLY with self-signed certs
|
skip_tls_verify: false # set to true for testing registries ONLY with self-signed certs
|
||||||
build_args:
|
build_args:
|
||||||
- COMMIT_SHA=${CI_COMMIT_SHA}
|
- COMMIT_SHA=${CI_COMMIT_SHA}
|
||||||
|
|||||||
Reference in New Issue
Block a user