Skip to content

Commit

Permalink
chore(deps): bump docker/bake-action from 4.0.0 to 4.1.0 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 0ee25cc commit 6198fc0
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 @@ -97,7 +97,7 @@ jobs:
type=semver,pattern={{major}}
- name: Build Docker image
uses: docker/bake-action@v4.0.0
uses: docker/bake-action@v4.1.0
env:
TAGS: ${{ steps.meta.outputs.tags }}
LABELS: ${{ steps.meta.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
type=sha
- name: Build and push Docker images
uses: docker/bake-action@v4.0.0
uses: docker/bake-action@v4.1.0
env:
TAGS: ${{ steps.meta.outputs.tags }}
LABELS: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 6198fc0

Please sign in to comment.