Skip to content

Commit

Permalink
✨ feat(postgres-build.yml): Update Docker tags for semantic version…
Browse files Browse the repository at this point in the history
…ing.
  • Loading branch information
vnobo committed Dec 12, 2024
1 parent 35773c7 commit b1e07a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/postgres-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ jobs:
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=sha
type=semver,pattern={{version}},value=17
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit b1e07a4

Please sign in to comment.