Fix env variables

Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
This commit is contained in:
maksim.nabokikh 2025-03-03 20:39:01 +01:00
parent 5722b2aec8
commit 79ae6270d2

View File

@ -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: