fix(ci): dedupe docker release runs by ref

This commit is contained in:
Peter Steinberger
2026-02-16 09:50:27 +01:00
parent 731d72e119
commit ada7a6289f

View File

@@ -13,6 +13,10 @@ on:
- ".agents/**"
- "skills/**"
concurrency:
group: docker-release-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}