File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 sudo systemctl restart docker
4242
4343 - name : Build the base image
44- run : docker compose --file libcxx/utils/ci/docker/docker-compose.yml build libcxx-builder-base
44+ run : docker compose --file libcxx/utils/ci/docker/docker-compose.yml build libcxx-linux- builder-base
4545 env :
4646 TAG : ${{ github.sha }}
4747
5151 TAG : ${{ github.sha }}
5252
5353 - name : Build the Android builder image
54- run : docker compose --file libcxx/utils/ci/docker/docker-compose.yml build android-buildkite -builder
54+ run : docker compose --file libcxx/utils/ci/docker/docker-compose.yml build libcxx-android -builder
5555 env :
5656 TAG : ${{ github.sha }}
5757
6464
6565 - name : Push the images
6666 if : github.event_name == 'push'
67- run : docker compose push libcxx-builder-base libcxx-linux-builder android-buildkite -builder
67+ run : docker compose push libcxx-linux- builder-base libcxx-linux-builder libcxx-android -builder
You can’t perform that action at this time.
0 commit comments