test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 09:20:11 -03:00
parent 2cd7bbcbae
commit 6c1f0aec25
1 changed files with 1 additions and 1 deletions

View File

@ -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}
tags: ${{ steps.meta.outputs.tags | lower }}
labels: ${{ steps.meta.outputs.labels }}