Update .forgejo/workflows/docker-build.yml

This commit is contained in:
2025-06-03 00:27:55 -05:00
parent 7dd5e68c53
commit 49c5d89620
+1 -1
View File
@@ -12,7 +12,7 @@ on:
env:
# Set this to the public IP or hostname of your registry,
# whichever you use to reach it from your desktop/laptop
FORGEJO_HOST: ${{ env.FORGEJO_HOST_URL }}
FORGEJO_HOST: ${{ vars.FORGEJO_HOST_URL }}
CONTAINER_NAME: radius
jobs: