Skip to content

Commit

Permalink
Merge pull request #74 from jsknnr/dev
Browse files Browse the repository at this point in the history
fix context for gh action
  • Loading branch information
jsknnr authored Aug 2, 2024
2 parents f2374b6 + 3fdf485 commit 4f47b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: ./container/wine
context: "{{defaultContext}}:/container/wine"
file: Dockerfile
push: true
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_proton_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: ./container/proton
context: "{{defaultContext}}:/container/proton"
file: Dockerfile
push: true
tags: |
Expand Down

0 comments on commit 4f47b6d

Please sign in to comment.