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