Skip to content

Commit b81b299

Browse files
committed
Publish sandbox images under sandboxes/ path in GHCR
1 parent ecf9335 commit b81b299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-sandboxes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
id: meta
9696
uses: docker/metadata-action@v5
9797
with:
98-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/${{ matrix.sandbox }}
98+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}/sandboxes/${{ matrix.sandbox }}
9999
tags: |
100100
type=sha,prefix=
101101
type=ref,event=branch

0 commit comments

Comments
 (0)