Compare commits
2 Commits
feat/wordp
...
fix/ci-bui
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97b1ab23d8 | ||
|
|
7d3e91b2e6 |
@@ -89,7 +89,11 @@ steps:
|
|||||||
from_secret: registry_password
|
from_secret: registry_password
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
provenance: false
|
provenance: false
|
||||||
build_args: APP_BUILD_VERSION=${CI_COMMIT_SHA:0:8},APP_GIT_SHA=${CI_COMMIT_SHA},APP_BUILD_TIME=${CI_PIPELINE_CREATED},CONTAINER_IMAGE_TAG=${CI_COMMIT_SHA:0:8}
|
build_args:
|
||||||
|
- APP_BUILD_VERSION=${CI_COMMIT_SHA:0:8}
|
||||||
|
- APP_GIT_SHA=${CI_COMMIT_SHA}
|
||||||
|
- APP_BUILD_TIME=${CI_PIPELINE_CREATED}
|
||||||
|
- CONTAINER_IMAGE_TAG=${CI_COMMIT_SHA:0:8}
|
||||||
depends_on: []
|
depends_on: []
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
|
|||||||
Reference in New Issue
Block a user