Skip to content

Commit

Permalink
ci(docker): Always load the base images to the local registry
Browse files Browse the repository at this point in the history
Always load the base images to the local registry as this is where Jib
is looking for them since 808a3fc.

Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
  • Loading branch information
mnonnenmacher committed Dec 18, 2024
1 parent ab75df2 commit 1824448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
context: ${{ matrix.docker.context }}
file: ${{ matrix.docker.context }}/${{ matrix.docker.dockerfile }}
push: ${{ !env.IS_PR }}
load: ${{ env.IS_PR }}
load: true
tags: ${{ steps.meta-base.outputs.tags }}
labels: ${{ steps.meta-base.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ github.repository_owner }}/ort-server-${{ matrix.docker.image }}:cache
Expand Down

0 comments on commit 1824448

Please sign in to comment.