mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-15 21:16:14 -08:00
Fix env variables
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
This commit is contained in:
parent
5722b2aec8
commit
79ae6270d2
3
.github/workflows/publish-tag.yaml
vendored
3
.github/workflows/publish-tag.yaml
vendored
@ -46,7 +46,8 @@ jobs:
|
||||
- name: Build Image
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
run: |
|
||||
. <(echo "$DOCKER_METADATA_OUTPUT_LABELS" | awk '{print "export WERF_EXPORT_ADD_LABEL_" NR "=" $0}')
|
||||
source "$(werf ci-env github --as-file)"
|
||||
source <(echo "$DOCKER_METADATA_OUTPUT_LABELS" | awk '{print "export WERF_EXPORT_ADD_LABEL_" NR "=" $0}')
|
||||
werf build
|
||||
|
||||
# with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user