Push container images to a private org
The access permissions in Forgejo does not allow making packages of a user private, the only options are hide the user completely or make packages public. Do a workaround for this by pushing to a private org.
This commit is contained in:
parent
4a9a8cec85
commit
81de90d4a6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ on:
|
|||
branches:
|
||||
- develop
|
||||
env:
|
||||
REGISTRY_IMAGE: ${{ vars.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
|
||||
REGISTRY_IMAGE: ${{ vars.REGISTRY }}/private/schedule-demo:${{ github.ref_name }}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue