Skip to content

Commit eeba95e

Browse files
committed
Remove incorrect envvar
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 1d5a8bc commit eeba95e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
uses: docker/build-push-action@v3
2323
with:
2424
push: true
25-
tags: ${{ env.REGISTRY }}/${{ github.repository }}:latest
25+
tags: ghcr.io/${{ github.repository }}:latest

0 commit comments

Comments
 (0)