From 9fe3be324564f936cbc973b402969241e8143ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 21:01:09 +0000 Subject: [PATCH] workflows: bump docker/build-push-action from 4 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-containers.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-containers.yaml b/.github/workflows/ci-containers.yaml index 5af8b7ff..6734c796 100644 --- a/.github/workflows/ci-containers.yaml +++ b/.github/workflows/ci-containers.yaml @@ -57,7 +57,7 @@ jobs: - name: Build the vivo image id: docker_build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: build-args: "vivo_base_path=/vivo" tags: ${{ steps.meta.outputs.tags }} @@ -175,7 +175,7 @@ jobs: - name: Build the vivo image id: docker_build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: build-args: "vivo_base_path=/vivo" tags: ${{ steps.docker_meta.outputs.tags }}