test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 09:06:57 -03:00
parent a5eb2fab79
commit 94619dda12
1 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@ jobs:
with:
context: .
file: Dockerfile.base
push: ${{ github.ref_type == 'tag' || github.ref_name == 'main' || startsWith(github.ref_name, 'feat-')}}
#push: ${{ github.ref_type == 'tag' || github.ref_name == 'main' || startsWith(github.ref_name, 'feat-')}}
push: ${{ github.ref_type == 'tag' || github.ref_name == 'main' || startsWith(github.ref_name, 'feat-') || startsWith(github.ref_name, 'gh-action') }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}