Use full path for versions.env
Build webhook-deployer container / Build image (push) Successful in 39s Details

This commit is contained in:
Mathis 2024-05-15 20:30:17 +00:00
parent 666dba5542
commit a50392d261
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Build and push
run: |
set -a
. versions.env
. ./versions.env
set +a
docker build --build-arg=SOPS_VERSION=${SOPS_VERSION} \
--build-arg=KUSTOMIZE_SOPS_VERSION=${KUSTOMIZE_SOPS_VERSION} \