Skip to content

Commit b2b9d1e

Browse files
Bugfix: Release must use ghcr.io/${{ github.repository }}
1 parent e47f9cf commit b2b9d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: get-base-image
3131
uses: docker/metadata-action@v5
3232
with:
33-
images: ${{ github.env.DOCKER_IMAGE }}
33+
images: ghcr.io/${{ github.repository }}
3434
tags: type=sha
3535

3636
- name: Verify that the image was previously built

0 commit comments

Comments
 (0)