fix: use correct head sha on PR commit tag (#16248)

This commit is contained in:
bo0tzz 2025-02-21 17:02:24 +01:00 committed by GitHub
parent 007eaaceb9
commit 36ec407c66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -250,6 +250,8 @@ jobs:
- name: Generate docker image tags - name: Generate docker image tags
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
env:
DOCKER_METADATA_PR_HEAD_SHA: "true"
with: with:
flavor: | flavor: |
# Disable latest tag # Disable latest tag
@ -401,6 +403,8 @@ jobs:
- name: Generate docker image tags - name: Generate docker image tags
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
env:
DOCKER_METADATA_PR_HEAD_SHA: "true"
with: with:
flavor: | flavor: |
# Disable latest tag # Disable latest tag