We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99747a commit 9e35ab7Copy full SHA for 9e35ab7
1 file changed
.github/workflows/build-docker-monorepo.yml
@@ -64,7 +64,7 @@ jobs:
64
elif [[ "$GITHUB_EVENT_NAME" == "workflow_dispatch" ]]; then
65
if [[ "$GITHUB_REF" == "refs/heads/trunk" ]]; then
66
gh_set_output tags "type=raw,latest"
67
- gh_set_output images $'automattic/jetpack-wordpress-dev\nghcr.io/automattic/jetpack-wordpress-dev'
+ gh_set_output images $'automattic/jetpack-monorepo\nghcr.io/automattic/jetpack-monorepo'
68
else
69
echo "Workflow dispatch for non-trunk ref $GITHUB_REF is not supported"
70
exit 1
0 commit comments