Skip to content
Snippets Groups Projects
Unverified Commit dd22561b authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

build(deps): bump docker/build-push-action from 5 to 6

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6

)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 10460ea7
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ jobs:
CMD ["/hermit/rusty_demo"]
END
- name: Build and push container
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
......@@ -61,7 +61,7 @@ jobs:
CMD ["/hermit/httpd"]
END
- name: Build and push container
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
......@@ -95,7 +95,7 @@ jobs:
CMD ["/hermit/webserver"]
END
- name: Build and push container
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
......@@ -114,7 +114,7 @@ jobs:
CMD ["/hermit/tls"]
END
- name: Build and push container
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment