From 95e4a2fec73f450e10f76bdd18755ce8c2bb38cc Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Wed, 10 Apr 2024 14:01:13 +0530 Subject: [PATCH] fix: version tag in action Signed-off-by: K.B.Dharun Krishna --- .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 3643916..665edd2 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -25,7 +25,7 @@ jobs: sudo sh build.sh cd .. - - uses: vanilla-os/vib-gh-actionv0.6.2 + - uses: vanilla-os/vib-gh-action@v0.6.2 - name: Build the Docker image run: docker image build -f Containerfile --tag ghcr.io/vanilla-os/pico:main .