Skip to content

Commit

Permalink
chore(deps): bump docker/bake-action from 4.1.0 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 40fabef commit bc4d1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build Docker images
uses: docker/bake-action@v4.1.0
uses: docker/bake-action@v4.2.0
with:
push: false
files: 'docker-bake.hcl'
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker images
uses: docker/bake-action@v4.1.0
uses: docker/bake-action@v4.2.0
with:
push: true
files: 'docker-bake.hcl'
Expand Down

0 comments on commit bc4d1ee

Please sign in to comment.