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 ab2584c commit 00eb18d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postgres-logical-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
file: "./postgres-logical-backup/Dockerfile"
context: .
tags: ghcr.io/obmondo/postgres-logical-backup
tags: ghcr.io/obmondo/postgres-logical-backup:latest
# labels: ${{ steps.meta.outputs.labels }}
# push: true
# tags: ${{ steps.meta.outputs.tags }}
1 change: 0 additions & 1 deletion postgres-logical-backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ COPY ./* ./

ENV PG_DIR=/usr/lib/postgresql


ENTRYPOINT ["/dump.sh"]

0 comments on commit 00eb18d

Please sign in to comment.