Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Jul 19, 2024
1 parent b5dd7ca commit d402014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/postgres-logical-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Logical backup
on:
push:
branches: [ "*" ]
paths: 'logical-backup/**'
paths: 'postgres-logical-backup/**'
tags: [ "v*" ]

jobs:
Expand All @@ -21,7 +21,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ghcr.io/obmondo/logical-backup
images: ghcr.io/obmondo/postgres-logical-backup
tags: |
type=ref,event=branch,enable=${{ !endsWith(github.ref, github.event.repository.default_branch) }}
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
Expand All @@ -39,7 +39,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
file: "./logical-backup/Dockerfile"
file: "./postgres-logical-backup/Dockerfile"
context: .
labels: ${{ steps.meta.outputs.labels }}
push: true
Expand Down

0 comments on commit d402014

Please sign in to comment.