Skip to content

Commit

Permalink
Test GA
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Apr 1, 2024
1 parent ab1f8d3 commit e0c5c65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/logical-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
run: |
IFS=',' read -r -a CHANGED_FILES_ARRAY <<< "${{ steps.list-changed-files.outputs.changed-files }}"
echo "::set-output name=changed-files-array::${CHANGED_FILES_ARRAY[@]}"
- name: Generate container metadata
id: meta
uses: docker/[email protected]
with:
images: ghcr.io/obmondo/${{ steps.changed-files.outputs.all_changed_files}}
images: ghcr.io/obmondo/${{ steps.convert-to-array.outputs.changed-files-array}}
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 Down
2 changes: 1 addition & 1 deletion logical-backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ COPY ./* ./

ENV PG_DIR=/usr/lib/postgresql

ENTRYPOINT ["/dump.sh"]
ENTRYPOINT ["/dump.sh"]
1 change: 1 addition & 0 deletions mongodb-backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ RUN chmod 775 /usr/local/bin/mongouri
VOLUME /backup

CMD /usr/local/bin/entrypoint

0 comments on commit e0c5c65

Please sign in to comment.