1
0
mirror of https://github.com/ZeroCatDev/ClassworksKV.git synced 2025-07-01 20:09:23 +00:00

Add concurrency settings to Docker publish workflow to manage job execution and prevent overlap.

This commit is contained in:
SunWuyuan 2025-05-25 09:18:58 +08:00
parent d8097d9552
commit 0a8cd084d6
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64

View File

@ -12,7 +12,9 @@ env:
REGISTRY: ghcr.io
OWNER: zerocatdev
PROJECT_NAME: classworks
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
build-and-push:
runs-on: ubuntu-latest