1
0
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:
2023-08-10 18:29:25 +02:00
parent 2ec5e27a40
commit 2264d85bd1
2 changed files with 17 additions and 8 deletions

View File

@@ -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