fix(build): only allow one Docker image build per ref/branch

This commit is contained in:
Arthur Meyre
2021-08-25 15:45:10 +02:00
parent 0f7f5a302a
commit 1ebbd3ea91

View File

@@ -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: