fixing registry name env

This commit is contained in:
Krivopolenov, Artemiy
2026-01-18 20:05:15 +01:00
parent 9a9323e0aa
commit 6873df57c7

View File

@@ -24,11 +24,13 @@ on:
env:
IMAGE_NAME: zola-pwsh-s3
REGISTRY: ${{ gitea.server_url }}
jobs:
build-container:
runs-on: ubuntu-latest
env:
# Strip protocol from server URL for registry usage
REGISTRY: ${{ replace(gitea.server_url, 'https://', '') }}
steps:
- name: Checkout repository