Skip to content

Commit a2903af

Browse files
authored
Merge pull request #43 from Obmondo/chore/update-postgres-logical-backup-container-image-version
chore: update postgres logical backup container image version
2 parents 8984cd6 + 4dbcb08 commit a2903af

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/postgres-logical-backup.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Build Logical backup
22

33
on:
44
push:
5-
branches: ["*"]
6-
paths: "postgres-logical-backup/**"
7-
tags: ["v*"]
5+
branches: ["main"]
6+
paths:
7+
- "postgres-logical-backup/**"
8+
- ".github/workflows/postgres-logical-backup.yml"
89

910
jobs:
1011
build-and-push:
@@ -23,9 +24,8 @@ jobs:
2324
with:
2425
images: ghcr.io/obmondo/postgres-logical-backup
2526
tags: |
26-
type=ref,event=branch,enable=${{ !endsWith(github.ref, github.event.repository.default_branch) }}
27-
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
28-
type=ref,event=tag
27+
type=raw,value=latest
28+
type=semver,pattern={{version}},value=v3.1.6
2929
flavor: |
3030
latest=false
3131
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)