Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Jun 30, 2024
1 parent 4938bef commit b1e281f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: vanilla-os/[email protected].0 # Build the recipe using Vib
- uses: vanilla-os/[email protected].2 # Build the recipe using Vib
with:
recipe: 'recipe.yml'

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b1e281f

Please sign in to comment.