Skip to content

Commit 4ab7665

Browse files
committed
Fix container image name
1 parent 4507941 commit 4ab7665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
with:
2828
platforms: linux/amd64,linux/arm64
2929
push: ${{ github.ref == 'refs/heads/main' }}
30-
tags: ghcr.io/${{ github.repository }}:latest
30+
tags: ghcr.io/projectsyn/jsonnet:latest

0 commit comments

Comments
 (0)