Update .gitea/workflows/dockerbuild.yml
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 20s

This commit is contained in:
2026-02-03 01:07:42 -05:00
parent 44ad421e56
commit eaa313882b

View File

@@ -61,7 +61,7 @@ jobs:
# -------------------------------------------------
- name: Build image (Docker, multi-tag)
env:
REGISTRY: ${{ vars.REGISTRY }}/${{ vars.BASE_URL }}
REGISTRY: ${{ vars.REGISTRY }}/v2
IMAGE: david/tvj-epg # e.g. lyncolnmd/tvj-epg
VERSION: ${{ steps.version.outputs.version }}
run: |
@@ -80,7 +80,7 @@ jobs:
# -------------------------------------------------
- name: Push all tags
env:
REGISTRY: ${{ vars.REGISTRY }}/${{ vars.BASE_URL }}
REGISTRY: ${{ vars.REGISTRY }}/v2
IMAGE: david/tvj-epg
VERSION: ${{ steps.version.outputs.version }}
run: |