Skip to content

Commit

Permalink
Merge pull request #4 from flavio/fix-release
Browse files Browse the repository at this point in the history
Fix release
  • Loading branch information
flavio authored Jan 25, 2022
2 parents 2b6ba0d + d6b9a60 commit ee0f62a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
uses: kubewarden/github-actions/.github/workflows/reusable-test-rust.yml@v1

release:
needs: test
#needs: test
permissions:
# Required to push to GHCR
contents: read
contents: write
packages: write
# Required by cosign keyless signing
id-token: write
Expand All @@ -28,3 +28,4 @@ jobs:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/allowed-fsgroups-psp
secrets:
workflow-pat: ${{ secrets.WORKFLOW_PAT }}

File renamed without changes.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "psp-allowed-fsgroups"
version = "0.1.2"
version = "0.1.3-rc1"
authors = ["Rafael Fernández López <ereslibre@ereslibre.es>"]
edition = "2018"

Expand Down

0 comments on commit ee0f62a

Please sign in to comment.