mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix(build): only allow one Docker image build per ref/branch
This commit is contained in:
4
.github/workflows/docker-env.yaml
vendored
4
.github/workflows/docker-env.yaml
vendored
@@ -12,6 +12,10 @@ on:
|
||||
|
||||
jobs:
|
||||
build_publish:
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
name: Build & Push the HDK env Docker Image
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user