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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- 'main'
|
|
||||||
tags:
|
tags:
|
||||||
- 'jre-alpine*.**/v**'
|
- 'jre-alpine*.**/v**'
|
||||||
schedule:
|
schedule:
|
||||||
|
|
@ -36,6 +34,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: ./server/buildenv-jre-alpine/
|
context: ./server/buildenv-jre-alpine/
|
||||||
file: ./server/buildenv-jre-alpine/Containerfile
|
file: ./server/buildenv-jre-alpine/Containerfile
|
||||||
push: false
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue