From 3a06b855f998283c42229bbf26d571361fddc7ba Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Wed, 26 Jun 2024 21:35:02 +0530 Subject: [PATCH] chore: bump vib and docker actions --- .github/workflows/image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 0061fbe..677f48e 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -18,12 +18,12 @@ jobs: contents: write # Allow actions to write contents packages: write # Allow pushing images to GHCR attestations: write # To create and write attestations - id-token: write # Additional permissions for persistence of the attestations + id-token: write # Additional permissions for the persistence of the attestations steps: - uses: actions/checkout@v4 - - uses: vanilla-os/vib-gh-action@v0.7.0 + - uses: vanilla-os/vib-gh-action@v0.7.2 - uses: actions/upload-artifact@v4 with: @@ -62,7 +62,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