From 6053b1e2cef5476f012f44f62c3c289fbe81ffd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:39:49 +0000 Subject: [PATCH] Update docker/build-push-action action to v6 --- .github/workflows/container_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container_build.yml b/.github/workflows/container_build.yml index a62257d..c2d7577 100644 --- a/.github/workflows/container_build.yml +++ b/.github/workflows/container_build.yml @@ -51,7 +51,7 @@ jobs: # files found in the root of the Git checkout. If the build succeeds, # the image is pushed to the registry indicated by the tags. - name: Build and push Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: Dockerfile