You've already forked caddy-bunny
Forgot to add REGISTRY url. Minor environment variable tweaks.
Some checks failed
Build container image / Build and push image (push) Failing after 12s
Some checks failed
Build container image / Build and push image (push) Failing after 12s
This commit is contained in:
@@ -14,9 +14,8 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY_USER: ${{ github.repository_owner }}
|
REGISTRY: ${{ REGISTRY || 'davejansen.dev' }}
|
||||||
REPO_URL: https://davejansen.dev/${{ github.repository_owner }}/${{
|
REGISTRY_USER: ${{ REGISTRY_USER || github.actor }}
|
||||||
github.event.repository.name }}
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{
|
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{
|
||||||
@@ -58,7 +57,7 @@ jobs:
|
|||||||
- name: Login to Container Registry
|
- name: Login to Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.IMAGE_REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ env.REGISTRY_USER }}
|
username: ${{ env.REGISTRY_USER }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user