Change source to dot
Build webhook-deployer container / Build image (push) Failing after 8s
Details
Build webhook-deployer container / Build image (push) Failing after 8s
Details
This commit is contained in:
parent
a8c2bced56
commit
666dba5542
|
@ -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} \
|
||||||
|
|
Loading…
Reference in New Issue