From 764dfd3431a890b316cb4820bb2aff888fe999bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 23:33:19 +0000 Subject: [PATCH] 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/docker-base.yml | 2 +- .github/workflows/docker-demo.yml | 2 +- .github/workflows/docker.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-base.yml b/.github/workflows/docker-base.yml index 70387f519..c3e51fca1 100644 --- a/.github/workflows/docker-base.yml +++ b/.github/workflows/docker-base.yml @@ -33,7 +33,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build base image - uses: docker/build-push-action@v4.1.0 + uses: docker/build-push-action@v5 with: context: . push: true diff --git a/.github/workflows/docker-demo.yml b/.github/workflows/docker-demo.yml index 8d83a11f5..9698dd9e6 100644 --- a/.github/workflows/docker-demo.yml +++ b/.github/workflows/docker-demo.yml @@ -35,7 +35,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build image - uses: docker/build-push-action@v4.1.0 + uses: docker/build-push-action@v5 with: context: . push: true diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index bc2bdd9a1..90f8faf0a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -64,7 +64,7 @@ jobs: - name: Build and push by digest id: build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: extras/docker/development/Dockerfile