mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-04-19 17:26:51 +00:00
Build and deploy docker image on new release
This commit is contained in:
parent
4dde13e79a
commit
044d01534b
@ -1,13 +1,11 @@
|
||||
name: "Run docker build and deploy"
|
||||
name: "Run build and deploy"
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [ 'Run Tests' ]
|
||||
types: [ 'completed' ]
|
||||
release:
|
||||
types: [ 'published' ]
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' && github.ref_type == 'tag' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
@ -11,7 +11,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "de.ukw.ccc"
|
||||
version = "0.1.0-SNAPSHOT"
|
||||
version = "0.1.0"
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
|
Loading…
x
Reference in New Issue
Block a user