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:
parent
d8097d9552
commit
0a8cd084d6
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user