From 6f589ca747c7107d8668958e8f7f92df43e85f5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 20:47:29 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/build-docker-image.yml | 2 +- .github/workflows/self-hosted-build-docker-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 8d9e7fe..af492dd 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -69,7 +69,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0 + uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 with: context: ./ tags: ${{ steps.img_meta.outputs.tags }} diff --git a/.github/workflows/self-hosted-build-docker-image.yml b/.github/workflows/self-hosted-build-docker-image.yml index 319cb16..0dba9c6 100644 --- a/.github/workflows/self-hosted-build-docker-image.yml +++ b/.github/workflows/self-hosted-build-docker-image.yml @@ -69,7 +69,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0 + uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 with: context: ./ tags: ${{ steps.img_meta.outputs.tags }}