Compare commits
2 Commits
de5865924e
...
2b46dbca3f
| Author | SHA1 | Date | |
|---|---|---|---|
|
2b46dbca3f
|
|||
| 9d4d42bf8f |
@@ -90,11 +90,17 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo ">> Directories to Render:"
|
echo ">> Directories to Render:"
|
||||||
# echo "$(printf "%s\n" "${RENDER_DIR[@]}" | sort -u)"
|
echo "$(printf "%s\n" "${RENDER_DIR[@]}" | sort -u)"
|
||||||
echo "-----"
|
echo "-----"
|
||||||
|
|
||||||
echo "changes-detected=true" >> $GITEA_OUTPUT
|
echo "changes-detected=true" >> $GITEA_OUTPUT
|
||||||
echo "render-dir=${RENDER_DIR}" >> $GITEA_OUTPUT
|
# echo "render-dir=${RENDER_DIR}" >> $GITEA_OUTPUT
|
||||||
|
|
||||||
|
echo "-----"
|
||||||
|
|
||||||
|
echo "render-dir<<EOF" >> $GITEA_OUTPUT
|
||||||
|
echo "$(printf "%s\n" "${RENDER_DIR[@]}" | sort -u)" >> $GITEA_OUTPUT
|
||||||
|
echo "EOF" >> $GITEA_OUTPUT
|
||||||
|
|
||||||
- name: Add Repositories
|
- name: Add Repositories
|
||||||
if: steps.check-dir-changes.outputs.changes-detected == 'true'
|
if: steps.check-dir-changes.outputs.changes-detected == 'true'
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
- /dev/net/tun:/dev/net/tun
|
- /dev/net/tun:/dev/net/tun
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
image: docker.io/postgres:17.7-alpine3.21
|
image: docker.io/postgres:18.1-alpine3.21
|
||||||
container_name: gitea-postgres
|
container_name: gitea-postgres
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|||||||
Reference in New Issue
Block a user