From 1c9e1807fb88cb3f78f0c89c2313afd3da75ee80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:25:54 +0200 Subject: [PATCH] Update docker/build-push-action action to v6 (#350) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/dockerPush.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dockerPush.yml b/.github/workflows/dockerPush.yml index e1d474db..64c98453 100644 --- a/.github/workflows/dockerPush.yml +++ b/.github/workflows/dockerPush.yml @@ -35,7 +35,7 @@ jobs: images: ree6/backend - name: Build and push Docker image - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.7.0 with: context: Backend/ push: true @@ -69,7 +69,7 @@ jobs: images: ree6/frontend - name: Build and push Docker image - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.7.0 with: platforms: linux/amd64,linux/arm64 context: Frontend/docker