Trigger Docker push on master for debugging
This commit is contained in:
parent
9171cd5648
commit
4a1d8f8e3a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dockerhub.yml
vendored
4
.github/workflows/dockerhub.yml
vendored
|
|
@ -1,8 +1,8 @@
|
||||||
name: Publish Docker image
|
name: Publish Docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
types: [published]
|
branches: [ 'master' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue