Skip to content

Commit

Permalink
Merge pull request #161 from sameersbn/tag-match
Browse files Browse the repository at this point in the history
ci: fix tag matches
  • Loading branch information
sameersbn authored Jun 28, 2023
2 parents 6f65c43 + 6928226 commit 9938d37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
tags:
- 'v*.*.*'
- 'v(.*)'
pull_request:
branches:
- master
Expand All @@ -32,8 +32,8 @@ jobs:
quay.io/sameersbn/postgresql
ghcr.io/sameersbn/postgresql
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=match,pattern=\d
type=match,pattern=(.*)
latest
- name: Set up Docker Buildx
Expand Down

0 comments on commit 9938d37

Please sign in to comment.