Skip to content

Commit 92200f1

Browse files
committed
Add missing IMAGE_ID
1 parent 24491c7 commit 92200f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- name: Generate tags
5252
id: generate
5353
run: |
54+
IMAGE_ID=$(echo "ghcr.io/$IMAGE_SLUG" | tr '[A-Z]' '[a-z]')
5455
PATCH_VERSION=$(jq .version -r ./package.json)
5556
BRANCH_OR_TAG=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
5657

0 commit comments

Comments
 (0)