diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e562d20..c96183d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,9 @@ permissions: env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} +concurrency: + group: docker-${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }} + cancel-in-progress: true jobs: docker: runs-on: ubuntu-latest @@ -54,7 +57,6 @@ jobs: context: . file: ./Dockerfile platforms: linux/amd64,linux/arm64 - # platforms: linux/amd64 push: ${{ github.event_name == 'push' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}