add downcase to variable.

This commit is contained in:
Xstar97TheNoob 2023-02-20 09:36:24 -05:00 committed by GitHub
parent c7647daff7
commit 0d8db3e309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ github.repository | downcase }}
jobs:
build-and-push-image: