forked from vieter-v/vieter
feat(ci): also publish dev images as specific commit hash
parent
cae44fb593
commit
78fc3afcd3
|
@ -11,7 +11,9 @@ pipeline:
|
||||||
- 'docker_password'
|
- 'docker_password'
|
||||||
settings:
|
settings:
|
||||||
repo: 'chewingbever/vieter'
|
repo: 'chewingbever/vieter'
|
||||||
tag: 'dev'
|
tags:
|
||||||
|
- 'dev'
|
||||||
|
- ${CI_COMMIT_SHA}
|
||||||
platforms: [ 'linux/arm64/v8', 'linux/amd64' ]
|
platforms: [ 'linux/arm64/v8', 'linux/amd64' ]
|
||||||
build_args_from_env:
|
build_args_from_env:
|
||||||
- 'CI_COMMIT_SHA'
|
- 'CI_COMMIT_SHA'
|
||||||
|
|
Loading…
Reference in New Issue