Skip to content

Commit

Permalink
chore: bump vib and docker actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun committed Jun 26, 2024
1 parent 98dca34 commit 3a06b85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].0
- uses: vanilla-os/[email protected].2

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3a06b85

Please sign in to comment.