Skip to content

Commit

Permalink
ci: Bump docker/build-push-action from 3 to 4 (#133)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 11, 2023
1 parent 5be3cce commit 9bddca4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build UI
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: opendc-web/opendc-web-ui
file: opendc-web/opendc-web-ui/Dockerfile
- name: Build Web Server
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
file: opendc-web/opendc-web-server/Dockerfile
- name: Build Runner
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
file: opendc-web/opendc-web-runner/Dockerfile
build-docs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push to Docker Hub
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: true
file: opendc-web/opendc-web-runner/Dockerfile
Expand All @@ -49,7 +49,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push to Docker Hub
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: true
file: opendc-web/opendc-web-server/Dockerfile
Expand All @@ -75,7 +75,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push to Docker Hub
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: true
context: opendc-web/opendc-web-ui
Expand Down

0 comments on commit 9bddca4

Please sign in to comment.