From b1e281f1886a4356ac75a0d1d39c43d477130a87 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sun, 30 Jun 2024 12:31:23 +0530 Subject: [PATCH] chore: update workflows --- .github/workflows/image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index dfb1663..1ab1409 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: vanilla-os/vib-gh-action@v0.7.0 # Build the recipe using Vib + - uses: vanilla-os/vib-gh-action@v0.7.2 # Build the recipe using Vib with: recipe: 'recipe.yml' @@ -73,7 +73,7 @@ jobs: - name: Build and push image id: push - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6 with: context: . file: Containerfile