Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
fix: update versions in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Mar 17, 2024
1 parent d1a9f2b commit ee9d7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-cosign-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
push-ghcr:
name: Build and push image
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# Sign container
- uses: sigstore/cosign-installer@v3.0.3
- uses: sigstore/cosign-installer@v3.4.0
if: github.event_name != 'pull_request'

- name: Sign container image
Expand Down

0 comments on commit ee9d7d3

Please sign in to comment.