We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639b281 commit 11f2d19Copy full SHA for 11f2d19
.github/workflows/build-container.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Push image
23
run: |
24
- IMAGE_ID=ghcr.io/gleam/packages
+ IMAGE_ID=ghcr.io/gleam-lang/packages
25
TAG="$IMAGE_ID":$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
26
docker tag webapp "$TAG"
27
docker push "$TAG"
0 commit comments