mirror of
https://github.com/pcvolkmer/mv64e-etl-processor
synced 2025-09-13 17:02:52 +00:00
Run docker workflow after test workflow
This commit is contained in:
9
.github/workflows/docker.yml
vendored
9
.github/workflows/docker.yml
vendored
@@ -1,14 +1,13 @@
|
||||
name: "Run docker build and deploy"
|
||||
|
||||
on:
|
||||
push:
|
||||
tags: [ '*' ]
|
||||
workflow_run:
|
||||
workflows: [ 'Run Tests' ]
|
||||
types: [ 'completed' ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
uses: ./.github/workflows/test.yml
|
||||
|
||||
docker:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' && contains(github.event.ref, '/tags/') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Reference in New Issue
Block a user