Docker workflow fixed #1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user