From 6e7e26c216843c2440c70a0dff2be9a3b2624432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 17:47:08 +0000 Subject: [PATCH 1/2] Bump docker/build-push-action from 4.0.0 to 5.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/3b5e8027fcad23fda98b2e3ac259d8d67585f671...0565240e2d4ab88bba5387d719585280857ece09) --- 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/pr.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f0646b6..2a798e2 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 - name: Build Docker image - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 with: context: . no-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd5c07f..ecb1897 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: - name: Build and export image to Docker # buildx changes the driver to 'docker-container' which doesn't expose the image to the host, # so it is built and loaded to Docker and in the next step pushed to the registry - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v3 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v3 with: context: . no-cache: true @@ -101,7 +101,7 @@ jobs: tags: ${{ env.DH_IMAGE_NAME }}:${{ env.FULL_IMAGE_TAG }} - name: Push Docker image id: docker_push - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v3 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v3 with: context: . push: true From e34b61f5b8ab1df4e9688f8dfd35a0d2cee50425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Gr=C3=BCbel?= Date: Sun, 22 Oct 2023 19:49:47 +0200 Subject: [PATCH 2/2] adjust version comment --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecb1897..5f787f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: - name: Build and export image to Docker # buildx changes the driver to 'docker-container' which doesn't expose the image to the host, # so it is built and loaded to Docker and in the next step pushed to the registry - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v3 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 with: context: . no-cache: true @@ -101,7 +101,7 @@ jobs: tags: ${{ env.DH_IMAGE_NAME }}:${{ env.FULL_IMAGE_TAG }} - name: Push Docker image id: docker_push - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v3 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 with: context: . push: true