test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 09:23:47 -03:00
parent c1ea2a9b16
commit 2cabdb512f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ on:
env:
REGISTRY: ghcr.io
RAW_IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ env.RAW_IMAGE_NAME | lower }} # Convert repository name to lowercase
IMAGE_NAME: ${RAW_IMAGE_NAME,,} # Convert repository name to lowercase
jobs:
deploy-docker-hello-world: