mirror of
https://github.com/immich-app/immich.git
synced 2025-02-10 19:04:26 +02:00
ci: Only push to altran1502 on release
This commit is contained in:
parent
f3af00b0eb
commit
f6cd906714
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -59,8 +59,8 @@ jobs:
|
||||
# Disable latest tag
|
||||
latest=false
|
||||
images: |
|
||||
ghcr.io/${{ github.repository_owner }}/${{matrix.image}}
|
||||
altran1502/${{matrix.image}}
|
||||
name=ghcr.io/${{ github.repository_owner }}/${{matrix.image}}
|
||||
name=altran1502/${{matrix.image}},enable=${{ github.event_name == 'release' }}
|
||||
tags: |
|
||||
# Tag with branch name
|
||||
type=ref,event=branch
|
||||
|
Loading…
x
Reference in New Issue
Block a user