Skip to content

Commit 14a9878

Browse files
committed
WIP
1 parent 649e4bf commit 14a9878

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@ jobs:
3636
- name: Build the Linux builder image
3737
working-directory: libcxx/utils/ci
3838
run: docker compose build actions-builder
39+
env:
40+
TAG: ${{ github.sha }}
3941

4042
# - name: Build the Android builder image
4143
# working-directory: libcxx/utils/ci
4244
# run: docker compose build android-buildkite-builder
45+
# env:
46+
# TAG: ${{ github.sha }}
4347

4448
- name: Log in to GitHub Container Registry
4549
uses: docker/login-action@v3
@@ -49,7 +53,7 @@ jobs:
4953
password: ${{ secrets.GITHUB_TOKEN }}
5054

5155
- name: Push the Linux builder image
52-
if: github.event_name == 'push'
56+
# if: github.event_name == 'push'
5357
working-directory: libcxx/utils/ci
5458
run: |
5559
docker compose push actions-builder

0 commit comments

Comments
 (0)