test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 09:20:58 -03:00
parent 6c1f0aec25
commit 95fd7982fc
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ github.repository | lower }} # Convert repository name to lowercase
jobs:
deploy-docker-hello-world:
@ -47,5 +47,5 @@ jobs:
context: .
file: Dockerfile.base
push: ${{ github.ref_type == 'tag' || github.ref_name == 'main' || startsWith(github.ref_name, 'feat-')}}
tags: ${{ steps.meta.outputs.tags | lower }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}