-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
929 changed files
with
28,066 additions
and
19,058 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: I have a question or need support | ||
- name: ✋ I have a question or need support | ||
url: https://discord.immich.app | ||
about: We use GitHub for tracking bugs, please check out our Discord channel for freaky fast support. | ||
- name: Feature Request | ||
- name: 📷 My photo or video has a date, time, or timezone problem | ||
url: https://github.com/immich-app/immich/discussions/12650 | ||
about: Upload a sample file to this discussion and we will take a look | ||
- name: 🌟 Feature request | ||
url: https://github.com/immich-app/immich/discussions/new?category=feature-request | ||
about: Please use our GitHub Discussion for making feature requests. | ||
- name: I'm unsure where to go | ||
- name: 🫣 I'm unsure where to go | ||
url: https://discord.immich.app | ||
about: If you are unsure where to go, then joining our Discord is recommended; Just ask! |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3.6.1 | ||
uses: docker/setup-buildx-action@v3.7.0 | ||
|
||
- name: Login to GitHub Container Registry | ||
uses: docker/login-action@v3 | ||
|
@@ -88,7 +88,7 @@ jobs: | |
type=raw,value=latest,enable=${{ github.event_name == 'release' }} | ||
- name: Build and push image | ||
uses: docker/build-push-action@v6.7.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
file: cli/Dockerfile | ||
platforms: linux/amd64,linux/arm64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,16 +43,14 @@ jobs: | |
retag_ml: | ||
name: Re-Tag ML | ||
needs: pre-job | ||
if: ${{ needs.pre-job.outputs.should_run_ml == 'false' }} | ||
if: ${{ needs.pre-job.outputs.should_run_ml == 'false' && !github.event.pull_request.head.repo.fork }} | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
suffix: ["", "-cuda", "-openvino", "-armnn"] | ||
steps: | ||
- name: Login to GitHub Container Registry | ||
uses: docker/login-action@v3 | ||
# Skip when PR from a fork | ||
if: ${{ !github.event.pull_request.head.repo.fork }} | ||
with: | ||
registry: ghcr.io | ||
username: ${{ github.repository_owner }} | ||
|
@@ -68,16 +66,14 @@ jobs: | |
retag_server: | ||
name: Re-Tag Server | ||
needs: pre-job | ||
if: ${{ needs.pre-job.outputs.should_run_server == 'false' }} | ||
if: ${{ needs.pre-job.outputs.should_run_server == 'false' && !github.event.pull_request.head.repo.fork }} | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
suffix: [""] | ||
steps: | ||
- name: Login to GitHub Container Registry | ||
uses: docker/login-action@v3 | ||
# Skip when PR from a fork | ||
if: ${{ !github.event.pull_request.head.repo.fork }} | ||
with: | ||
registry: ghcr.io | ||
username: ${{ github.repository_owner }} | ||
|
@@ -128,7 +124,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3.6.1 | ||
uses: docker/setup-buildx-action@v3.7.0 | ||
|
||
- name: Login to Docker Hub | ||
# Only push to Docker Hub when making a release | ||
|
@@ -177,7 +173,7 @@ jobs: | |
fi | ||
- name: Build and push image | ||
uses: docker/build-push-action@v6.7.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
context: ${{ env.context }} | ||
file: ${{ env.file }} | ||
|
@@ -219,7 +215,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3.6.1 | ||
uses: docker/setup-buildx-action@v3.7.0 | ||
|
||
- name: Login to Docker Hub | ||
# Only push to Docker Hub when making a release | ||
|
@@ -268,7 +264,7 @@ jobs: | |
fi | ||
- name: Build and push image | ||
uses: docker/build-push-action@v6.7.0 | ||
uses: docker/build-push-action@v6.9.0 | ||
with: | ||
context: ${{ env.context }} | ||
file: ${{ env.file }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20.17.0 | ||
20.18.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.