-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
nihaldivyam
committed
Apr 1, 2024
1 parent
0c75c0c
commit 7a0206f
Showing
3 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,6 @@ jobs: | |
with: | ||
files: | | ||
**/Dockerfile | ||
**.sh | ||
- name: List all changed files | ||
env: | ||
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} | ||
|
@@ -30,17 +29,18 @@ jobs: | |
echo "$file was changed" | ||
done | ||
# - name: Generate container metadata | ||
# id: meta | ||
# uses: docker/metadata-action@v3 | ||
# with: | ||
# images: ghcr.io/obmondo/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) }} | ||
# type=ref,event=tag | ||
# flavor: | | ||
# latest=false | ||
- name: Generate container metadata | ||
id: meta | ||
uses: docker/[email protected] | ||
with: | ||
images: ghcr.io/obmondo/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) }} | ||
type=ref,event=tag | ||
flavor: | | ||
latest=false | ||
- name: Login to GitHub Container Registry | ||
uses: docker/login-action@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,4 @@ COPY ./* ./ | |
|
||
ENV PG_DIR=/usr/lib/postgresql | ||
|
||
ENTRYPOINT ["/dump.sh"] | ||
ENTRYPOINT ["/dump.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters