mirror of
https://github.com/immich-app/immich.git
synced 2025-04-04 15:16:24 +02:00
fix: use correct head sha on PR commit tag (#16248)
This commit is contained in:
parent
007eaaceb9
commit
36ec407c66
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -250,6 +250,8 @@ jobs:
|
|||
- name: Generate docker image tags
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
env:
|
||||
DOCKER_METADATA_PR_HEAD_SHA: "true"
|
||||
with:
|
||||
flavor: |
|
||||
# Disable latest tag
|
||||
|
@ -401,6 +403,8 @@ jobs:
|
|||
- name: Generate docker image tags
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
env:
|
||||
DOCKER_METADATA_PR_HEAD_SHA: "true"
|
||||
with:
|
||||
flavor: |
|
||||
# Disable latest tag
|
||||
|
|
Loading…
Add table
Reference in a new issue