Skip to content

Commit

Permalink
Merge pull request #76 from BretFisher/gha-build-context-fix
Browse files Browse the repository at this point in the history
Fixing context path
  • Loading branch information
BretFisher authored Feb 9, 2024
2 parents 5086ac4 + ee8bdad commit cf79201
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-docker-build-result.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-docker-build-vote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-docker-build-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf79201

Please sign in to comment.