Skip to content

Commit

Permalink
feat(github workflows): test5 (debbug) of condition of workflow to bu…
Browse files Browse the repository at this point in the history
…ild postgres db image
  • Loading branch information
Christopher Fremond committed Nov 24, 2023
1 parent 21d58bc commit dab66db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ga-image-build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
- name: 🏗️ Build the 💻 postgres-db image
env:
changed_files: ${{ steps.check-changes-1.outputs.changed_files }}
CHANGED_FILES: ${{ steps.check-changes-1.outputs.changed_files }}
run: |
echo $changed_files
echo $changed_files != ""
echo $changed_files == ""
echo "$CHANGED_FILES"
echo "$CHANGED_FILES"
echo "$CHANGED_FILES"
# 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 dab66db

Please sign in to comment.