|
@@ -8,9 +8,9 @@ on:
|
|
|
release:
|
|
|
types: [published]
|
|
|
|
|
|
-# concurrency:
|
|
|
-# group: build-push-${{ github.head_ref || github.run_id }}
|
|
|
-# cancel-in-progress: false
|
|
|
+concurrency:
|
|
|
+ group: build-push-${{ github.head_ref || github.run_id }}
|
|
|
+ cancel-in-progress: true
|
|
|
|
|
|
env:
|
|
|
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
|
|
@@ -20,7 +20,7 @@ env:
|
|
|
jobs:
|
|
|
build:
|
|
|
runs-on: ${{ matrix.platform == 'linux/arm64' && 'arm64_runner' || 'ubuntu-latest' }}
|
|
|
- if: github.repository == 'langgenius/dify'
|
|
|
+ if: github.repository == 'langgenius/dify-plugin-daemon'
|
|
|
strategy:
|
|
|
fail-fast: false
|
|
|
matrix:
|