We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805f151 commit 5fbd4a9Copy full SHA for 5fbd4a9
.github/workflows/main.yml
@@ -51,7 +51,7 @@ jobs:
51
uses: docker/metadata-action@v5
52
with:
53
images: |
54
- ${{ env.BUILDBOX_IMAGE_NAME }}
+ ghcr.io/${{ env.BUILDBOX_IMAGE_NAME }}
55
tags: |
56
type=ref,event=branch
57
type=ref,event=pr
@@ -128,7 +128,7 @@ jobs:
128
129
130
131
- ${{ env.TESTBOX_IMAGE_NAME }}
+ ghcr.io/${{ env.TESTBOX_IMAGE_NAME }}
132
133
134
@@ -204,7 +204,7 @@ jobs:
204
205
206
207
208
209
210
0 commit comments