Compare commits
3 Commits
b7858783ea
...
ceb3447069
| Author | SHA1 | Date | |
|---|---|---|---|
|
ceb3447069
|
|||
| 0a63769b9a | |||
| a6f46bb1a7 |
@@ -36,7 +36,7 @@ jobs:
|
||||
run: |
|
||||
cd ${MAIN_DIR}
|
||||
|
||||
echo "">> Checking if Commit is from Push ..."
|
||||
echo ">> Checking if Commit is from Push ..."
|
||||
git checkout ${{ gitea.event.after }}
|
||||
PARENT_COUNT=$(git rev-list --parents -n 1 ${{ gitea.event.after }} | wc -w)
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ booklore:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/booklore-app/booklore
|
||||
tag: v1.12.0
|
||||
tag: v1.13.1
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: TZ
|
||||
|
||||
Reference in New Issue
Block a user