Skip to content

Commit 4e8903e

Browse files
image names in pr
Signed-off-by: usingtechnology <tools@usingtechnolo.gy>
1 parent 0037f23 commit 4e8903e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on_pr_opened.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: builder
2222
with:
2323
context: './services/holder'
24-
image_name: ${{ github.repository_owner}}/holder_image
24+
image_name: ${{ github.repository_owner}}/traction-holder
2525
registry: ghcr.io
2626
registry_username: ${{ github.actor}}
2727
registry_password: ${{ secrets.GITHUB_TOKEN }}
@@ -40,7 +40,7 @@ jobs:
4040
id: builder
4141
with:
4242
context: './services/verifier'
43-
image_name: ${{ github.repository_owner}}/verifier_image
43+
image_name: ${{ github.repository_owner}}/traction-verifier
4444
registry: ghcr.io
4545
registry_username: ${{ github.actor}}
4646
registry_password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)