Skip to content

Commit

Permalink
Merge pull request #130 from automata-network/cf/anydao
Browse files Browse the repository at this point in the history
Modify release docker action script trigger condition to tag
  • Loading branch information
RyuH1 authored Apr 7, 2022
2 parents 7903b26 + 48c0b16 commit 8343528
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-release-dockers.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Publish Docker image for new releases

on:
release:
types:
- published
push:
tags:
# Catches v1.2.3 and v1.2.3-rc1
- v[0-9]+.[0-9]+.[0-9]+*

jobs:
build_and_push:
Expand Down

0 comments on commit 8343528

Please sign in to comment.