Skip to content

Commit

Permalink
Merge pull request #53 from sitkoru/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-5

chore(deps): bump docker/build-push-action from 4 to 5
  • Loading branch information
SonicGD authored Dec 7, 2023
2 parents 4c9ed42 + fac2cc1 commit 4052315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
driver-opts: image=moby/buildkit:master
- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
password: ${{ secrets.BOT_TOKEN }}
- name: Build and push common
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand All @@ -70,7 +70,7 @@ jobs:
org.opencontainers.image.licenses=${{ github.event.repository.license.spdx_id }}
- name: Build and push wasm
id: docker_build_wasm
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 4052315

Please sign in to comment.