Skip to content

Commit

Permalink
Merge #946: Update dependencies
Browse files Browse the repository at this point in the history
4846c9f chore: update workflow action build-push-action (Jose Celano)
e2dbb0b chore(deps): update dependencies (Jose Celano)

Pull request description:

  Update dependencies.

Top commit has no ACKs.

Tree-SHA512: 7a673e6c6943da57043c42486a89b7f874c6ab50e497ad0e3faa039e0e5995fc9e3c705f6d0229e6339a722c72a9bfe156ed38565dcbdbfe8311f5c6be6a4201
  • Loading branch information
josecelano committed Jul 2, 2024
2 parents 400c74b + 4846c9f commit ddd73ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- id: build
name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./Containerfile
push: false
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./Containerfile
push: true
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./Containerfile
push: true
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ddd73ca

Please sign in to comment.