diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-11 13:44:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-11 13:44:23 +0100 |
| commit | 9bddca4c11c93c6f6a1863e49e2be3a474265dcf (patch) | |
| tree | a3ab812cf977f2a721dd4bdcb6b771cb4273fafb /.github | |
| parent | 5be3cce34876f04f339fda28af2573291a43df23 (diff) | |
ci: Bump docker/build-push-action from 3 to 4 (#133)
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](https://github.com/docker/build-push-action/compare/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>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/publish.yml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f09dc7ab..158c4292 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 129cc049..5ed617de 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 @@ -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 @@ -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 |
