Skip to content

Commit

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

Bump docker/bake-action from 5.2.0 to 5.3.0
  • Loading branch information
github-actions[bot] authored Jul 3, 2024
2 parents cabfdae + 8bc0e74 commit da382b4
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@v5.2.0
uses: docker/bake-action@v5.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@v5.2.0
uses: docker/bake-action@v5.3.0
with:
push: ${{ github.event_name != 'pull_request' }}

0 comments on commit da382b4

Please sign in to comment.