Skip to content

Commit

Permalink
chore(docker): Reenable build after move to schedules action event
Browse files Browse the repository at this point in the history
Signed-off-by: Helio Chissini de Castro <[email protected]>
  • Loading branch information
heliocastro committed Oct 4, 2023
1 parent 7d67ffb commit 229296d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-ort-runtime-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: Docker extended runtime image
on:
workflow_dispatch:
schedule:
- cron: '0 4 * * *'
- cron: '0 5 * * *'
pull_request:
paths:
- '.versions'
Expand Down Expand Up @@ -153,7 +153,6 @@ jobs:
SWIFT_VERSION=${{ env.SWIFT_VERSION }}
runtime_extended_image:
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
name: Build ORT extended image
needs: [ android_image, dart_image, dotnet_image, haskell_image, scala_image, swift_image ]
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -198,7 +197,7 @@ jobs:
with:
context: .
file: Dockerfile-extended
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
push: true
load: false
tags: |
${{ steps.meta-ort.outputs.tags }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docker-ort-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ jobs:
type=raw,value=${{ env.ORT_VERSION }}
- name: Build ORT runtime image
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit 229296d

Please sign in to comment.