Feat: Add concurrency to cancel outdated builds

This commit is contained in:
2026-03-14 00:15:44 -07:00
parent e8fd9cbd27
commit 38cb568faa

View File

@@ -4,6 +4,10 @@ on:
push:
branches: ['main']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}