Skip to content

Commit 8295825

Browse files
committed
add path context to docker/build-push-action
The explicit checkout action (instead of the implicit git context) allows for passing a path context to the build-push-action which allows file mutation during the workflow. This should now be able to use the generated `Containerfile` from the previous `Run beaker` step.
1 parent f0ee898 commit 8295825

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
- name: Build
6161
uses: docker/build-push-action@v7.1.0
6262
with:
63+
context: .
6364
file: Containerfile
6465
#provenance: true
6566
push: false

0 commit comments

Comments
 (0)