From 8de9904b2337cd82b1fa7a0443ad3fc37eff0661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 05:40:56 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 4.2.1 to 5.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.1 to 5.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0) --- 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/container-build-test-and-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-build-test-and-publish.yml b/.github/workflows/container-build-test-and-publish.yml index dbdd7cd..f8c8aff 100644 --- a/.github/workflows/container-build-test-and-publish.yml +++ b/.github/workflows/container-build-test-and-publish.yml @@ -51,7 +51,7 @@ jobs: echo "DOCKER_TAG=${{ github.ref_name }}" >> $GITHUB_ENV - name: "Build the docker container image" - uses: "docker/build-push-action@v4.2.1" + uses: "docker/build-push-action@v5.0.0" with: context: . load: true @@ -99,7 +99,7 @@ jobs: severity: "HIGH,CRITICAL" - name: "Push the docker container image" - uses: "docker/build-push-action@v4.2.1" + uses: "docker/build-push-action@v5.0.0" with: push: ${{ github.ref_type == 'tag' }} context: .