From ee8bdad444b45be57ef65e43b5f9541dd573ed7b Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Fri, 9 Feb 2024 17:54:47 -0500 Subject: [PATCH] fixing context path --- .github/workflows/call-docker-build-result.yaml | 2 +- .github/workflows/call-docker-build-vote.yaml | 2 +- .github/workflows/call-docker-build-worker.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/call-docker-build-result.yaml b/.github/workflows/call-docker-build-result.yaml index b98c34a82..fe04fe7da 100644 --- a/.github/workflows/call-docker-build-result.yaml +++ b/.github/workflows/call-docker-build-result.yaml @@ -68,7 +68,7 @@ jobs: ### path to where docker should copy files into image ### defaults to root of repository (.) - context: result + context: "{{defaultContext}}:result" ### Dockerfile alternate name. Default is Dockerfile (relative to context path) # file: Containerfile diff --git a/.github/workflows/call-docker-build-vote.yaml b/.github/workflows/call-docker-build-vote.yaml index 4b1528a0a..fcde26f7a 100644 --- a/.github/workflows/call-docker-build-vote.yaml +++ b/.github/workflows/call-docker-build-vote.yaml @@ -68,7 +68,7 @@ jobs: ### path to where docker should copy files into image ### defaults to root of repository (.) - context: vote + context: "{{defaultContext}}:vote" ### Dockerfile alternate name. Default is Dockerfile (relative to context path) # file: Containerfile diff --git a/.github/workflows/call-docker-build-worker.yaml b/.github/workflows/call-docker-build-worker.yaml index f93205ba9..ba69375f0 100644 --- a/.github/workflows/call-docker-build-worker.yaml +++ b/.github/workflows/call-docker-build-worker.yaml @@ -68,7 +68,7 @@ jobs: ### path to where docker should copy files into image ### defaults to root of repository (.) - context: worker + context: "{{defaultContext}}:worker" ### Dockerfile alternate name. Default is Dockerfile (relative to context path) # file: Containerfile