From 9f5105b38a636796e36a19a3a3964fb32b13bb8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 00:49:17 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v4 --- .github/workflows/deploy_edge.yml | 2 +- .github/workflows/deploy_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_edge.yml b/.github/workflows/deploy_edge.yml index f309315..987d24c 100644 --- a/.github/workflows/deploy_edge.yml +++ b/.github/workflows/deploy_edge.yml @@ -51,7 +51,7 @@ jobs: # Deploy stage image to GHCR - name: Build and publish images - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 id: build_push with: context: . diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml index e4f8e9a..87c5369 100644 --- a/.github/workflows/deploy_release.yml +++ b/.github/workflows/deploy_release.yml @@ -49,7 +49,7 @@ jobs: run: echo "::set-output name=short::$(git rev-parse --short HEAD)" - name: Build and publish public image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 id: build_push with: context: .