mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-07-01 14:12:55 +00:00
Build and deploy docker image on new release
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user