mirror of
https://github.com/immich-app/immich.git
synced 2026-02-12 11:58:15 +03:00
ci: Only push to altran1502 on release
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user