run workflow on release is created
This commit is contained in:
6
.github/workflows/docker-hub-build-push.yml
vendored
6
.github/workflows/docker-hub-build-push.yml
vendored
@@ -1,9 +1,9 @@
|
||||
name: build docker image and push to docker hub
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
release:
|
||||
types: # This configuration does not affect the page_build event above
|
||||
- created
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user