Skip to content

Commit

Permalink
build docker
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Feb 23, 2024
1 parent d1e2a6b commit e925aae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: goreleaser
on:
push:
tags:
- 'v*.*.*'
#- 'v[0-9]+.[0-9]+.[0-9]+' # this action will only run on tags that follow semver
- 'v[0-9]+.[0-9]+.[0-9]+' # this action will only run on tags that follow semver

jobs:
goreleaser:
Expand Down

0 comments on commit e925aae

Please sign in to comment.