Skip to content

Commit 9e35ab7

Browse files
anomiexgibrown
authored andcommitted
Fix copy-paste error in #48330 (#48333)
🤦
1 parent e99747a commit 9e35ab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docker-monorepo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
elif [[ "$GITHUB_EVENT_NAME" == "workflow_dispatch" ]]; then
6565
if [[ "$GITHUB_REF" == "refs/heads/trunk" ]]; then
6666
gh_set_output tags "type=raw,latest"
67-
gh_set_output images $'automattic/jetpack-wordpress-dev\nghcr.io/automattic/jetpack-wordpress-dev'
67+
gh_set_output images $'automattic/jetpack-monorepo\nghcr.io/automattic/jetpack-monorepo'
6868
else
6969
echo "Workflow dispatch for non-trunk ref $GITHUB_REF is not supported"
7070
exit 1

0 commit comments

Comments
 (0)