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 649e4bf commit 14a9878Copy full SHA for 14a9878
.github/workflows/libcxx-build-containers.yml
@@ -36,10 +36,14 @@ jobs:
36
- name: Build the Linux builder image
37
working-directory: libcxx/utils/ci
38
run: docker compose build actions-builder
39
+ env:
40
+ TAG: ${{ github.sha }}
41
42
# - name: Build the Android builder image
43
# working-directory: libcxx/utils/ci
44
# run: docker compose build android-buildkite-builder
45
+ # env:
46
+ # TAG: ${{ github.sha }}
47
48
- name: Log in to GitHub Container Registry
49
uses: docker/login-action@v3
@@ -49,7 +53,7 @@ jobs:
53
password: ${{ secrets.GITHUB_TOKEN }}
50
54
51
55
- name: Push the Linux builder image
52
- if: github.event_name == 'push'
56
+ # if: github.event_name == 'push'
57
58
run: |
59
docker compose push actions-builder
0 commit comments