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