push to github
This commit is contained in:
parent
f516eed263
commit
913b96165d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
|||
if [ "$DOCKERHUB_PUSH" == "true" ]; then
|
||||
IMAGES="${IMAGES}${{ env.DOCKERHUB_ORG }}/${IMAGE}:${tag},"
|
||||
fi
|
||||
#IMAGES="${IMAGES}ghcr.io/${REPO}/${IMAGE}:${tag},"
|
||||
IMAGES="${IMAGES}ghcr.io/${REPO}/${IMAGE}:${tag},"
|
||||
done
|
||||
IMAGES="${IMAGES%,*}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue