Update .gitea/workflows/dockerbuild.yml
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 19s
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 19s
This commit is contained in:
@@ -62,7 +62,7 @@ jobs:
|
|||||||
- name: Build image (Docker, multi-tag)
|
- name: Build image (Docker, multi-tag)
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{ vars.REGISTRY }}/gitea
|
REGISTRY: ${{ vars.REGISTRY }}/gitea
|
||||||
IMAGE: david/tvj-epg # e.g. lyncolnmd/tvj-epg
|
IMAGE: ${{ secrets.REGISTRY_USER }}/tvj-epg # e.g. lyncolnmd/tvj-epg
|
||||||
VERSION: ${{ steps.version.outputs.version }}
|
VERSION: ${{ steps.version.outputs.version }}
|
||||||
run: |
|
run: |
|
||||||
SHORT_SHA="${GITHUB_SHA::7}"
|
SHORT_SHA="${GITHUB_SHA::7}"
|
||||||
@@ -80,8 +80,8 @@ jobs:
|
|||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
- name: Push all tags
|
- name: Push all tags
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{ vars.REGISTRY }}
|
REGISTRY: ${{ vars.REGISTRY }}/gitea
|
||||||
IMAGE: ${{ vars.IMAGE }}
|
IMAGE: ${{ secrets.REGISTRY_USER }}/tvj-epg
|
||||||
VERSION: ${{ steps.version.outputs.version }}
|
VERSION: ${{ steps.version.outputs.version }}
|
||||||
run: |
|
run: |
|
||||||
SHORT_SHA="${GITHUB_SHA::7}"
|
SHORT_SHA="${GITHUB_SHA::7}"
|
||||||
|
|||||||
Reference in New Issue
Block a user