grant packages:write for registry push
Some checks failed
spike-build / build (push) Failing after 24s
Some checks failed
spike-build / build (push) Failing after 24s
This commit is contained in:
parent
656e93af9e
commit
7b96837154
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,9 @@
|
||||||
# - repo Secrets: COSIGN_PRIVATE_KEY, COSIGN_PASSWORD, COSIGN_PUBLIC_KEY
|
# - repo Secrets: COSIGN_PRIVATE_KEY, COSIGN_PASSWORD, COSIGN_PUBLIC_KEY
|
||||||
name: spike-build
|
name: spike-build
|
||||||
on: [push, workflow_dispatch]
|
on: [push, workflow_dispatch]
|
||||||
permissions: {}
|
permissions:
|
||||||
|
contents: read
|
||||||
|
packages: write # required to push the image to Forgejo's registry
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{ vars.FORGEJO_REGISTRY }}
|
REGISTRY: ${{ vars.FORGEJO_REGISTRY }}
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue