:octocat: Update workflow for releasing Docker Image

This commit is contained in:
Liang Ding
2022-05-29 17:22:36 +08:00
parent af3323ae15
commit 7a94ff581b

View File

@@ -1,7 +1,8 @@
name: Release Docker Image
on:
release:
types: [ published, edited ]
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest