diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 88a2481..3705723 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -27,12 +27,6 @@ env: https://davejansen.dev/${{ github.repository_owner }}/${{ github.event.repository.name }} -concurrency: - group: - ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ - inputs.brand_name}}-${{ inputs.stream_name }} - cancel-in-progress: true - jobs: build_push: name: Build and push image @@ -47,6 +41,12 @@ jobs: packages: write id-token: write + concurrency: + group: + ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ + matrix.variant }} + cancel-in-progress: true + steps: - name: Prepare environment run: |