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

This commit is contained in:
2026-02-03 00:59:29 -05:00
parent 606fe56c1c
commit f1890ce9ea

View File

@@ -84,9 +84,9 @@ jobs:
IMAGE: david/tvj-epg
VERSION: ${{ steps.version.outputs.version }}
run: |
SHORT_SHA="${GITHUB_SHA::7}"
#SHORT_SHA="${GITHUB_SHA::7}"
FULL_IMAGE="$REGISTRY/$IMAGE"
docker push "$FULL_IMAGE:latest"
docker push "$FULL_IMAGE:v$VERSION"
docker push "$FULL_IMAGE:sha-$SHORT_SHA"
#docker push "$FULL_IMAGE:sha-$SHORT_SHA"