mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
Enable automated dockerhub image build
This commit is contained in:
parent
c24fb403c5
commit
03864e52ff
2 changed files with 5 additions and 5 deletions
8
.github/workflows/Build+push Immich.yml
vendored
8
.github/workflows/Build+push Immich.yml
vendored
|
@ -6,10 +6,10 @@ on:
|
||||||
# * is a special character in YAML so you have to quote this string
|
# * is a special character in YAML so you have to quote this string
|
||||||
#- cron: '0 0 * * *'
|
#- cron: '0 0 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# push:
|
push:
|
||||||
#branches: [ main ]
|
branches: [main]
|
||||||
# pull_request:
|
pull_request:
|
||||||
# branches: [ main ]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
buildandpush:
|
buildandpush:
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# IMMICH
|
# IMMICH
|
||||||
|
|
||||||
Self-hosted Photo backup solution directly from your mobile phone.
|
Self-hosted photo and video backup solution directly from your mobile phone.
|
||||||
|
|
||||||
# Note
|
# Note
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue