Skip to content

Commit 6b659cd

Browse files
committed
Add source for new bake action restriction
dependabot bump of course ignored release notes warning https://github.com/docker/bake-action/releases/tag/v6.0.0
1 parent fbdca75 commit 6b659cd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Build Only
2424
uses: docker/bake-action@v6
2525
with:
26+
source: .
2627
files: |
2728
./docker-bake.hcl
2829
targets: build

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Build & Push
4040
uses: docker/bake-action@v6
4141
with:
42+
source: .
4243
push: 'true'
4344
files: |
4445
./docker-bake.hcl

0 commit comments

Comments
 (0)