forked from Mirrors/keyoxide-web
fix: add necessary env args to CI build
This commit is contained in:
parent
de2a938ccc
commit
1f3c47af2b
1 changed files with 10 additions and 1 deletions
|
@ -18,6 +18,9 @@ steps:
|
|||
from_secret: codeberg_password
|
||||
repo: codeberg.org/keyoxide/keyoxide-web
|
||||
tags: latest
|
||||
build_args_from_env:
|
||||
- CI_COMMIT_SHA
|
||||
- CI_COMMIT_BRANCH
|
||||
|
||||
build-tag-container:
|
||||
when:
|
||||
|
@ -32,6 +35,9 @@ steps:
|
|||
from_secret: codeberg_password
|
||||
repo: codeberg.org/keyoxide/keyoxide-web
|
||||
auto_tag: true
|
||||
build_args_from_env:
|
||||
- CI_COMMIT_SHA
|
||||
- CI_COMMIT_BRANCH
|
||||
|
||||
build-dev-container:
|
||||
when:
|
||||
|
@ -46,3 +52,6 @@ steps:
|
|||
from_secret: codeberg_password
|
||||
repo: codeberg.org/keyoxide/keyoxide-web
|
||||
tags: dev
|
||||
build_args_from_env:
|
||||
- CI_COMMIT_SHA
|
||||
- CI_COMMIT_BRANCH
|
Loading…
Reference in a new issue