We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21502bd commit 55f634cCopy full SHA for 55f634c
.github/workflows/libcxx-build-containers.yml
@@ -64,7 +64,9 @@ jobs:
64
65
- name: Push the images
66
if: github.event_name == 'push'
67
- run: docker compose push libcxx-linux-builder-base libcxx-linux-builder libcxx-android-builder
+ 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 }}
70
71
# We create tarballs with the images and upload them as artifacts, since that's useful for testing
72
# the images when making changes.
0 commit comments