We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24491c7 commit 92200f1Copy full SHA for 92200f1
.github/workflows/docker-build.yml
@@ -51,6 +51,7 @@ jobs:
51
- name: Generate tags
52
id: generate
53
run: |
54
+ IMAGE_ID=$(echo "ghcr.io/$IMAGE_SLUG" | tr '[A-Z]' '[a-z]')
55
PATCH_VERSION=$(jq .version -r ./package.json)
56
BRANCH_OR_TAG=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
57
0 commit comments