mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +08:00
Added concurrency on workflow.
This commit is contained in:
parent
38fecc4d86
commit
ec2e47776c
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…
x
Reference in New Issue
Block a user