File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/cli/lib/src/codegen/api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5151 file : apps/distroless/core/Dockerfile
5252 platforms : linux/amd64,linux/arm64
5353 push : ${{ github.event_name != 'pull_request' }}
54- tags : celestdev/core-builder :latest
54+ tags : celestdev/runtime :latest
5555 cache-from : type=gha # Pull cache from GitHub Actions cache
5656 cache-to : type=gha,mode=max # Push cache to GitHub Actions cache (mode=max includes all layers)
5757
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ EXPOSE $PORT
3636 // TODO(dnys1): Remove `--platform=linux/amd64` when Celest supports arm64.
3737 static const String _dartExeTemplate = r'''
3838# syntax=docker/dockerfile:1.2
39- FROM --platform=linux/amd64 celestdev/core- runtime:latest
39+ FROM --platform=linux/amd64 celestdev/runtime:latest
4040
4141WORKDIR /app
4242COPY --chmod=755 main.exe .
You can’t perform that action at this time.
0 commit comments