Compare commits
2 Commits
d16fa32115
...
3c7a5eb4c2
| Author | SHA1 | Date | |
|---|---|---|---|
|
3c7a5eb4c2
|
|||
| 83ee45e128 |
@@ -43,7 +43,7 @@ jobs:
|
||||
echo ">> Commit SHA: ${{ gitea.event.after }}"
|
||||
echo ">> Parent Count: $PARENT_COUNT"
|
||||
|
||||
if [ $PARENT_COUNT > 1]; do
|
||||
if [ $PARENT_COUNT > 1]; then
|
||||
echo "">> Commit detected to be a direct commit to main"
|
||||
fi
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ shelly-plug:
|
||||
main:
|
||||
image:
|
||||
repository: php
|
||||
tag: 8.4.15-apache-bookworm
|
||||
tag: 8.5.0-apache-bookworm
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: SHELLY_HOSTNAME
|
||||
|
||||
Reference in New Issue
Block a user