Skip to content

Commit f93696a

Browse files
committed
context
1 parent 96554e7 commit f93696a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build and push
2525
uses: docker/build-push-action@v6
2626
with:
27-
context: ./tools/archive_images
28-
file: ./tools/archive_images/Dockerfile_gpsbabel_dev
27+
context: "{{defaultContext}}:tools/archive_images"
28+
file: "{{defaultContext}}:archive_images/Dockerfile_gpsbabel_dev"
2929
push: false
3030
tags: tsteven4/gpsbabel:dev

0 commit comments

Comments
 (0)