Skip to content

Commit

Permalink
feat(ci): Remove the tag trigger and release publish trigger since bo…
Browse files Browse the repository at this point in the history
…th of them cause duplicated run of the release workflow.
  • Loading branch information
zhe-zhao committed May 8, 2021
1 parent 2f61a48 commit f18ada1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_release_docker_image.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: Publish release Docker image

on:
push:
tags:
- '*'

release:
types:
- created
- published

env:
IMAGE_NAME: metrik
Expand Down

0 comments on commit f18ada1

Please sign in to comment.