Skip to content

Commit

Permalink
chore(deps): bump docker/bake-action from 4.0.0 to 4.1.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 6fb0493 commit bb3ea7d
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 @@ -59,7 +59,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build Docker images
uses: docker/bake-action@v4.0.0
uses: docker/bake-action@v4.1.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.0.0
uses: docker/bake-action@v4.1.0
with:
push: true
files: 'docker-bake.hcl'
Expand Down

0 comments on commit bb3ea7d

Please sign in to comment.