Include a short SHA tag when publishing images.

This commit is contained in:
supahgreg
2025-10-05 03:55:51 +00:00
parent 435358265c
commit 6e8a188e4a

View File

@@ -62,8 +62,10 @@ jobs:
with:
images: ${{ matrix.image.repository }}
tags: |
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
# update 'latest'
type=raw,value=latest
# short SHA with a 'sha-' prefix (e.g. sha-abc123)
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v3