Update .gitea/workflows/dockerbuild.yml
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 21s
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 21s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user