Skip to content

Commit 10d6bbc

Browse files
committed
fix images names
1 parent 9bc2fc1 commit 10d6bbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/messages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
id-token: write
159159
secrets: inherit
160160
with:
161-
image_name: "messages-frontend"
161+
image_name: "frontend"
162162
context: "src/frontend"
163163
target: runtime-prod
164164

@@ -171,6 +171,6 @@ jobs:
171171
id-token: write
172172
secrets: inherit
173173
with:
174-
image_name: "messages-backend"
174+
image_name: "backend"
175175
context: "src/backend"
176176
target: runtime-prod

0 commit comments

Comments
 (0)