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:
41
41
env :
42
42
TAG : ${{ github.sha }}
43
43
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 }}
49
49
50
50
- name : Log in to GitHub Container Registry
51
51
uses : docker/login-action@v3
@@ -62,10 +62,10 @@ jobs:
62
62
env :
63
63
TAG : ${{ github.sha }}
64
64
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