Skip to content

Commit

Permalink
Merge pull request #939 from StefanSchoof/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/bake-action-6.3.0

Bump docker/bake-action from 6.2.0 to 6.3.0
  • Loading branch information
github-actions[bot] authored Jan 23, 2025
2 parents ec039dd + aec69e5 commit 1f7b50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Build for test
uses: docker/bake-action@v6.2.0
uses: docker/bake-action@v6.3.0
with:
files: ./docker-bake.hcl
load: true
Expand Down Expand Up @@ -93,6 +93,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push Build
uses: docker/bake-action@v6.2.0
uses: docker/bake-action@v6.3.0
with:
push: ${{ github.event_name != 'pull_request' }}

0 comments on commit 1f7b50c

Please sign in to comment.