Skip to content

Commit

Permalink
add source dir to bake actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Feb 1, 2025
1 parent fadf699 commit 1357959
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main-java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ jobs:
id: bake
uses: docker/bake-action@v6
with:
source: .
workdir: docker
files: |
docker-bake.hcl
Expand Down Expand Up @@ -408,6 +409,7 @@ jobs:
id: bake
uses: docker/bake-action@v6
with:
source: .
workdir: docker
files: |
docker-bake.hcl
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/other-java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
id: bake
uses: docker/bake-action@v6
with:
source: .
workdir: docker
files: |
docker-bake.hcl
Expand Down Expand Up @@ -337,6 +338,7 @@ jobs:
id: bake
uses: docker/bake-action@v6
with:
source: .
workdir: docker
files: |
docker-bake.hcl
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tags-java11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
id: bake
uses: docker/bake-action@v6
with:
source: .
workdir: docker
files: |
docker-bake.hcl
Expand Down Expand Up @@ -285,6 +286,7 @@ jobs:
id: bake
uses: docker/bake-action@v6
with:
source: .
workdir: docker
files: |
docker-bake.hcl
Expand Down

0 comments on commit 1357959

Please sign in to comment.