Skip to content

Commit 53106b7

Browse files
committed
Fix service names
1 parent 6c15efb commit 53106b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/libcxx-build-containers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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

@@ -51,7 +51,7 @@ jobs:
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

@@ -64,4 +64,4 @@ jobs:
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

0 commit comments

Comments
 (0)