Update .gitea/workflows/dockerbuild.yml
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 20s
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 20s
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 }}/${{ vars.BASE_URL }}
|
REGISTRY: ${{ vars.REGISTRY }}/${{ vars.BASE_URL }}
|
||||||
IMAGE: ${{ vars.REGISTRY_USER }}/tvj-epg # e.g. lyncolnmd/tvj-epg
|
IMAGE: david/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}"
|
||||||
@@ -81,7 +81,7 @@ jobs:
|
|||||||
- name: Push all tags
|
- name: Push all tags
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{ vars.REGISTRY }}/${{ vars.BASE_URL }}
|
REGISTRY: ${{ vars.REGISTRY }}/${{ vars.BASE_URL }}
|
||||||
IMAGE: ${{ vars.REGISTRY_USER }}/tvj-epg
|
IMAGE: david/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