Skip to content

Commit

Permalink
fix(docker): Add missing base image contect
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 Sep 27, 2023
1 parent 9df5ddb commit ea6fdae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-ort-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ jobs:
${{ env.REGISTRY }}/${{ github.repository_owner }}/ort:latest
labels: ${{ steps.meta.outputs.labels }}
build-contexts: |
base=docker-image://${{ env.REGISTRY }}/${{ github.repository }}/base:latest
nodejs=docker-image://${{ env.REGISTRY }}/${{ github.repository }}/nodejs:latest
python=docker-image://${{ env.REGISTRY }}/${{ github.repository }}/python:latest
rust=docker-image://${{ env.REGISTRY }}/${{ github.repository }}/rust:latest
Expand Down

0 comments on commit ea6fdae

Please sign in to comment.