We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa520ef + c6cdbee commit 02ce462Copy full SHA for 02ce462
build.bash
@@ -244,7 +244,7 @@ if [[ $BLD_PUSH = true ]]; then
244
msg "${BLUE}===${NOFORMAT} Pushing image to ghcr.io/${ghcrowner}/${BLD_DOCKER_IMAGE}"
245
docker tag "${BLD_FULL_DOCKER_IMAGE}" "ghcr.io/${ghcrowner}/${BLD_DOCKER_IMAGE}"
246
echo "$GHCR_PAT" | \
247
- docker login ghcr.io -u "$dockeruser" --password-stdin || exit $?
+ docker login ghcr.io -u "${ghcruser}" --password-stdin || exit $?
248
docker push "ghcr.io/${ghcrowner}/${BLD_DOCKER_IMAGE}"
249
250
if [[ $BLD_RELEASE = "true" ]]; then
0 commit comments