Skip to content

Commit

Permalink
Add source for new bake action restriction
Browse files Browse the repository at this point in the history
dependabot bump of course ignored release notes warning https://github.com/docker/bake-action/releases/tag/v6.0.0
  • Loading branch information
voigtjr committed Jan 9, 2025
1 parent fbdca75 commit 6b659cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Build Only
uses: docker/bake-action@v6
with:
source: .
files: |
./docker-bake.hcl
targets: build
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Build & Push
uses: docker/bake-action@v6
with:
source: .
push: 'true'
files: |
./docker-bake.hcl
Expand Down

0 comments on commit 6b659cd

Please sign in to comment.