Push container images to a private org
All checks were successful
/ build (push) Successful in 1m10s
/ deploy (push) Successful in 15s

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:
Hornwitser 2025-05-19 18:55:59 +02:00
parent 4a9a8cec85
commit 81de90d4a6

View file

@ -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: