Skip to content

Commit

Permalink
Merge pull request #72 from Kong/bake-action-source
Browse files Browse the repository at this point in the history
Add source for new bake action restriction
  • Loading branch information
voigtjr authored Jan 9, 2025
2 parents fbdca75 + c4a7c1b commit ec8b2e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
- name: Setup buildx
uses: docker/setup-buildx-action@v3
- name: Build Only
uses: docker/bake-action@v6
uses: docker/bake-action@5ca506d06f70338a4968df87fd8bfee5cbfb84c7 # v6
with:
source: .
files: |
./docker-bake.hcl
targets: build
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build & Push
uses: docker/bake-action@v6
uses: docker/bake-action@5ca506d06f70338a4968df87fd8bfee5cbfb84c7 # v6
with:
source: .
push: 'true'
files: |
./docker-bake.hcl
Expand Down

0 comments on commit ec8b2e1

Please sign in to comment.