Skip to content

Commit

Permalink
test(Dokerfile):test of trigger5
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Fremond committed Nov 24, 2023
1 parent 029118e commit 6087fd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ga-image-build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,15 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v40
with:
files: srcs/postgres-db/**
# with:
# files: srcs/postgres-db/**
# NOTE: `since_last_remote_commit: true` is implied by default and falls back to the previous local commit.
- name: 🏗️ Build the 💻 postgres-db image
if: steps.changed-files.outputs.test_any_changed == 'true'
run: |
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo "$file was changed"
done
echo WORK!
# docker build srcs/postgres-db/ --file srcs/postgres-db/Dockerfile --tag ghcr.io/01-edu/content-postgres-db
# docker push ghcr.io/01-edu/content-postgres-db

0 comments on commit 6087fd2

Please sign in to comment.