Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update docker/build-push-action action to v4 (#7)
Browse files Browse the repository at this point in the history
* Update docker/build-push-action action to v4

* 0.1.2

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matthew Dean <[email protected]>
  • Loading branch information
renovate[bot] and mattdean-digicatapult authored Jan 31, 2023
1 parent 9dc50fb commit e34cf2e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
username: ${{ secrets.WASP_DOCKERHUB_USERNAME }}
password: ${{ secrets.WASP_DOCKERHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
with:
buildkitd-flags: "--debug"
- name: Build image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/wasp-thing-service",
"version": "0.1.1",
"version": "0.1.2",
"description": "Thing Service for WASP",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit e34cf2e

Please sign in to comment.