Compare commits
2 Commits
1f9ea6b7b9
...
d6f93a8c8d
Author | SHA1 | Date | |
---|---|---|---|
d6f93a8c8d
|
|||
836154029c |
@@ -32,7 +32,7 @@ jobs:
|
||||
run: |
|
||||
set -e # Exit immediately if a command exits with a non-zero status.
|
||||
|
||||
TARGET_BRANCH="origin/${{ gitea.base_ref }}"
|
||||
TARGET_BRANCH="${{ gitea.head_ref }}/${{ gitea.base_ref }}"
|
||||
echo "Target branch for diff is: $TARGET_BRANCH"
|
||||
|
||||
CHANGED_FILES=$(git diff --name-only "$TARGET_BRANCH" -- 'clusters/**')
|
||||
|
@@ -9,7 +9,7 @@ immich:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/immich-app/immich-server
|
||||
tag: v1.132.3
|
||||
tag: v1.134.0
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: TZ
|
||||
|
Reference in New Issue
Block a user