Skip to content

Commit

Permalink
fix: use correct head sha on PR commit tag (immich-app#16248)
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Feb 21, 2025
1 parent 007eaac commit 36ec407
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 36ec407

Please sign in to comment.