make image name lowercase otherwise will faild github build

This commit is contained in:
Christian Haschek
2023-03-22 22:57:29 +01:00
parent 7dac978d16
commit 93d78d44fe

View File

@@ -8,7 +8,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: $(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')
jobs:
docker: