Skip to content

Commit 3b1dabd

Browse files
committed
fix: conclusion of primary build
1 parent 43bf0e3 commit 3b1dabd

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/org.update.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,15 @@ jobs:
197197
- name: update / build container image
198198
id: build
199199
if: env.WORKFLOW_UPDATE == 'true' && steps.checkout.outcome == 'success'
200-
uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 #v1.3.1
200+
uses: benc-uk/workflow-dispatch@31e2b3319479a63f0ab15bf800eff9e913504e26 #v1.3.2
201201
with:
202202
workflow: org.container.yml
203203
wait-for-completion: true
204204
token: "${{ secrets.REPOSITORY_TOKEN }}"
205205
inputs: '{ "release":"${{ github.event.inputs.release }}", "readme":"${{ github.event.inputs.readme }}", "run-name":"update v${{ env.LATEST_VERSION }}", "etc":"${{ env.WORKFLOW_UPDATE_BASE64JSON }}" }'
206206
ref: "v${{ env.LATEST_TAG }}"
207+
sync-status: true
208+
wait-interval-seconds: 30
207209

208210
- name: "update / revert if build failed"
209211
if: env.WORKFLOW_UPDATE == 'true' && failure()
@@ -213,8 +215,8 @@ jobs:
213215
git push --delete origin v${{ env.LATEST_TAG }}
214216
215217
- name: update / build container image for unraid
216-
if: env.WORKFLOW_UPDATE_UNRAID == 'true' && steps.build.outputs.workflow-conclusion == 'success'
217-
uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 #v1.3.1
218+
if: env.WORKFLOW_UPDATE_UNRAID == 'true' && steps.build.conclusion == 'success'
219+
uses: benc-uk/workflow-dispatch@31e2b3319479a63f0ab15bf800eff9e913504e26 #v1.3.2
218220
with:
219221
workflow: org.container.yml
220222
wait-for-completion: false
@@ -223,8 +225,8 @@ jobs:
223225
ref: "v${{ env.LATEST_TAG }}"
224226

225227
- name: update / build container image for nobody
226-
if: env.WORKFLOW_UPDATE_NOBODY == 'true' && steps.build.outputs.workflow-conclusion == 'success'
227-
uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 #v1.3.1
228+
if: env.WORKFLOW_UPDATE_NOBODY == 'true' && steps.build.conclusion == 'success'
229+
uses: benc-uk/workflow-dispatch@31e2b3319479a63f0ab15bf800eff9e913504e26 #v1.3.2
228230
with:
229231
workflow: org.container.yml
230232
wait-for-completion: false

.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "adguard-sync",
44
"root": "/adguard-sync",
55
"semver": {
6-
"version": "0.9.0"
6+
"version": "0.8.2"
77
},
88
"readme": {
99
"description": "run adguard-sync rootless and distroless.",

0 commit comments

Comments
 (0)