workflow patch
This commit is contained in:
parent
140a3071a6
commit
8ba427f90c
1 changed files with 1 additions and 3 deletions
|
|
@ -1,8 +1,6 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
tags:
|
||||
- 'jre-alpine*.**/v**'
|
||||
schedule:
|
||||
|
|
@ -36,6 +34,6 @@ jobs:
|
|||
with:
|
||||
context: ./server/buildenv-jre-alpine/
|
||||
file: ./server/buildenv-jre-alpine/Containerfile
|
||||
push: false
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue