Skip to content

Commit 5fbd4a9

Browse files
committed
push to right registry
1 parent 805f151 commit 5fbd4a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: docker/metadata-action@v5
5252
with:
5353
images: |
54-
${{ env.BUILDBOX_IMAGE_NAME }}
54+
ghcr.io/${{ env.BUILDBOX_IMAGE_NAME }}
5555
tags: |
5656
type=ref,event=branch
5757
type=ref,event=pr
@@ -128,7 +128,7 @@ jobs:
128128
uses: docker/metadata-action@v5
129129
with:
130130
images: |
131-
${{ env.TESTBOX_IMAGE_NAME }}
131+
ghcr.io/${{ env.TESTBOX_IMAGE_NAME }}
132132
tags: |
133133
type=ref,event=branch
134134
type=ref,event=pr
@@ -204,7 +204,7 @@ jobs:
204204
uses: docker/metadata-action@v5
205205
with:
206206
images: |
207-
${{ env.TESTBOX_IMAGE_NAME }}
207+
ghcr.io/${{ env.TESTBOX_IMAGE_NAME }}
208208
tags: |
209209
type=ref,event=branch
210210
type=ref,event=pr

0 commit comments

Comments
 (0)