Skip to content

Commit 55f634c

Browse files
[libcxx][Github] Attempt to Fix libcxx Container Push
docker-compose could not find the configuration. After this patch it should be able to.
1 parent 21502bd commit 55f634c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ jobs:
6464

6565
- name: Push the images
6666
if: github.event_name == 'push'
67-
run: docker compose push libcxx-linux-builder-base libcxx-linux-builder libcxx-android-builder
67+
run: docker compose --file libcxx/utils/ci/docker/docker-compose.yml push libcxx-linux-builder-base libcxx-linux-builder libcxx-android-builder
68+
env:
69+
TAG: ${{ github.sha }}
6870

6971
# We create tarballs with the images and upload them as artifacts, since that's useful for testing
7072
# the images when making changes.

0 commit comments

Comments
 (0)