From e58af4502ab175a652ab904f41cc0f744f43c740 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Mon, 17 Jun 2024 21:39:03 +0530 Subject: [PATCH] chore/ci: bump docker/build-push-action to v6 --- .github/workflows/vib-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index 2835a98..556cd13 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -149,7 +149,7 @@ jobs: - name: Build and Push the Docker image id: push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: Containerfile