We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec3ec7 commit 6ce0978Copy full SHA for 6ce0978
.github/workflows/docker-ort.yml
@@ -27,6 +27,8 @@ on:
27
- 'Dockerfile'
28
- '.github/workflows/docker-ort.yml'
29
push:
30
+ branches:
31
+ - 'main'
32
tags:
33
- '*'
34
@@ -331,7 +333,7 @@ jobs:
331
333
with:
332
334
context: .
335
target: minimal
- push: true
336
+ push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
337
load: false
338
build-args: |
339
NODEJS_VERSION=${{ env.NODEJS_VERSION }}
@@ -397,7 +399,7 @@ jobs:
397
399
398
400
401
target: run
402
403
404
tags: |
405
${{ steps.meta-ort.outputs.tags }}
0 commit comments