Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.1.0 to 6.2.0 (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 3a91fa9 commit d8f231e
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/[email protected]

- name: Build
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
context: .
push: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
context: .
push: true
Expand Down

0 comments on commit d8f231e

Please sign in to comment.