1
0

docker push on release only

This commit is contained in:
Antonio Cheong 2023-04-12 19:01:44 +08:00 committed by GitHub
parent 979405d34d
commit ee2b8141d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,6 @@
name: build_docker
on:
push:
branches: [master]
release:
types: [created] # 表示在创建新的 Release 时触发