Skip to content

Commit 11f2d19

Browse files
committed
Oops, wrong organisation name
1 parent 639b281 commit 11f2d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-container.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Push image
2323
run: |
24-
IMAGE_ID=ghcr.io/gleam/packages
24+
IMAGE_ID=ghcr.io/gleam-lang/packages
2525
TAG="$IMAGE_ID":$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
2626
docker tag webapp "$TAG"
2727
docker push "$TAG"

0 commit comments

Comments
 (0)