Skip to content

Commit

Permalink
ci: consistent trigger for release docker
Browse files Browse the repository at this point in the history
  • Loading branch information
YC committed Mar 25, 2023
1 parent 31664c2 commit de27022
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Publish Docker Image

on:
push:
tags:
- '*.*.*'
- '!*.*.*-*'
release:
types:
- published

jobs:
docker-publish:
Expand Down

0 comments on commit de27022

Please sign in to comment.