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

This commit is contained in:
2026-02-03 00:44:58 -05:00
parent 1b1cf8c79b
commit 40320507ec

View File

@@ -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}"