1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-04-20 09:46:50 +00:00

Build and deploy docker image on new release

This commit is contained in:
Paul-Christian Volkmer 2023-08-10 20:17:10 +02:00
parent 4dde13e79a
commit 2e3cd1ccce
2 changed files with 4 additions and 6 deletions

View File

@ -1,13 +1,11 @@
name: "Run docker build and deploy" name: "Run build and deploy"
on: on:
workflow_run: release:
workflows: [ 'Run Tests' ] types: [ 'published' ]
types: [ 'completed' ]
jobs: jobs:
docker: docker:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.ref_type == 'tag' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

@ -11,7 +11,7 @@ plugins {
} }
group = "de.ukw.ccc" group = "de.ukw.ccc"
version = "0.1.0-SNAPSHOT" version = "0.1.0"
java { java {
sourceCompatibility = JavaVersion.VERSION_17 sourceCompatibility = JavaVersion.VERSION_17