We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa43a2 commit 49c0216Copy full SHA for 49c0216
2 files changed
.github/workflows/build.yml
@@ -327,7 +327,7 @@ jobs:
327
REFS=""
328
329
if [ "$ENABLE_DOCKERHUB" == "true" ]; then
330
- REFS="${DOCKERHUB_ORG}/${APP_NAME}@${DIGEST}"
+ REFS="docker.io/${DOCKERHUB_ORG}/${APP_NAME}@${DIGEST}"
331
fi
332
333
if [ "$ENABLE_GHCR" == "true" ]; then
.github/workflows/typescript-build.yml
@@ -320,7 +320,7 @@ jobs:
320
321
322
323
324
325
326
0 commit comments