File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
4141 env :
4242 TAG : ${{ github.sha }}
4343
44- # - name: Build the Android builder image
45- # working-directory: libcxx/utils/ci
46- # run: docker compose build android-buildkite-builder
47- # env:
48- # TAG: ${{ github.sha }}
44+ - name : Build the Android builder image
45+ working-directory : libcxx/utils/ci
46+ run : docker compose build android-buildkite-builder
47+ env :
48+ TAG : ${{ github.sha }}
4949
5050 - name : Log in to GitHub Container Registry
5151 uses : docker/login-action@v3
@@ -62,10 +62,10 @@ jobs:
6262 env :
6363 TAG : ${{ github.sha }}
6464
65- # - name: Push the Android builder image
66- # if: github.event_name == 'push'
67- # working-directory: libcxx/utils/ci
68- # run: |
69- # docker compose push android-buildkite-builder
70- # env:
71- # TAG: ${{ github.sha }}
65+ - name : Push the Android builder image
66+ if : github.event_name == 'push'
67+ working-directory : libcxx/utils/ci
68+ run : |
69+ docker compose push android-buildkite-builder
70+ env :
71+ TAG : ${{ github.sha }}
You can’t perform that action at this time.
0 commit comments