Change triggers
This commit is contained in:
parent
60302ed1bc
commit
9be46a7f04
2 changed files with 9 additions and 15 deletions
13
.github/workflows/docker.yaml
vendored
13
.github/workflows/docker.yaml
vendored
|
|
@ -1,15 +1,12 @@
|
|||
name: Deploy to DockerHub
|
||||
name: Publish on DockerHub
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: Check library
|
||||
branches: main
|
||||
types: completed
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
if: github.event.workflow_run.conclusion == 'success' && startsWith(github.ref, 'refs/tags')
|
||||
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up QEMU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue