Skip to content

Commit

Permalink
ci(release): fix package path
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Apr 4, 2024
1 parent 6bc529f commit 3008a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
platforms: linux/amd64 #,linux/arm64
push: true
tags: |
ghcr.io/cloudit:${{ steps.tagger.outputs.version-without-v }}
ghcr.io/rooted-io/cloudit:${{ steps.tagger.outputs.version-without-v }}
# - name: Sign image with a key
# run: |
# cosign sign --yes --key env://COSIGN_PRIVATE_KEY "ghcr.io/cloudit:${{ steps.tagger.outputs.version-without-v }}@${DIGEST}"
# cosign sign --yes --key env://COSIGN_PRIVATE_KEY "ghcr.io/rooted-io/cloudit:${{ steps.tagger.outputs.version-without-v }}@${DIGEST}"
# env:
# COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
# COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
Expand Down

0 comments on commit 3008a88

Please sign in to comment.