From 9bddca4c11c93c6f6a1863e49e2be3a474265dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 13:44:23 +0100 Subject: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/build.yml') 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: -- cgit v1.2.3