Skip to content

Commit

Permalink
Merge pull request #592 from hermit-os/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-6

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
mkroening authored Jun 24, 2024
2 parents 10460ea + dd22561 commit c89839e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c89839e

Please sign in to comment.