Added concurrency on workflow.
This commit is contained in:
parent
38fecc4d86
commit
ec2e47776c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build-image.yml
vendored
4
.github/workflows/build-image.yml
vendored
|
@ -1,5 +1,9 @@
|
|||
name: Docker image CI/CD
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
DOCKER_IMAGE_NAME: jlesage/firefox
|
||||
PLATFORMS: linux/amd64,linux/386,linux/arm/v7,linux/arm64/v8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue