Skip to content

Commit

Permalink
deps: bump docker/build-push-action from 5.4.0 to 6.1.0 (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent d61f85c commit d3b2393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
type=raw,value=latest
type=semver,pattern={{version}}
- name: Build and push
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.1.0
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
- name: Build
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.1.0
with:
context: .
push: false
Expand Down

0 comments on commit d3b2393

Please sign in to comment.