Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 32fbde4

Browse files
authored
Update build-image.yaml
1 parent d5f7896 commit 32fbde4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
-
2323
name: Build registry path
2424
id: get_repo
25-
run: echo ::set-output name=IMAGE::"$REGISTRY/$OWNER/ids-appstore"
25+
run: echo ::set-output name=IMAGE::"$REGISTRY/$OWNER/ids-appstore:main"
2626
-
2727
name: Find tag
2828
id: get_tag
@@ -96,7 +96,7 @@ jobs:
9696
-
9797
name: Build registry path
9898
id: get_repo
99-
run: echo ::set-output name=IMAGE::"$REGISTRY/$OWNER/ids-appstore"
99+
run: echo ::set-output name=IMAGE::"$REGISTRY/$OWNER/ids-appstore:main"
100100
-
101101
name: Find tag
102102
id: get_tag

0 commit comments

Comments
 (0)