mirror of https://github.com/1N3/Sn1per.git
test build and push
This commit is contained in:
parent
2cd7bbcbae
commit
6c1f0aec25
|
|
@ -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 }}
|
||||
Loading…
Reference in New Issue