Change source to dot
Build webhook-deployer container / Build image (push) Failing after 8s Details

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

View File

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