Skip to content

Commit 58ffbdf

Browse files
committed
Fix context path
1 parent 61c91b2 commit 58ffbdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-plugin-ci-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build and push
1818
uses: docker/build-push-action@v5
1919
with:
20-
context: DockerFiles/clang10/.
20+
context: "{{defaultContext}}:DockerFiles/clang10/."
2121
push: true
2222
tags: jackd13/audioplugins:clang10
2323

@@ -35,6 +35,6 @@ jobs:
3535
- name: Build and push
3636
uses: docker/build-push-action@v5
3737
with:
38-
context: DockerFiles/gcc10/.
38+
context: "{{defaultContext}}:DockerFiles/gcc10/."
3939
push: true
4040
tags: jackd13/audioplugins:gcc10

0 commit comments

Comments
 (0)