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 100376a commit 0fd6f68Copy full SHA for 0fd6f68
.github/workflows/libcxx-build-containers.yml
@@ -29,17 +29,23 @@ jobs:
29
build-and-push:
30
runs-on: ubuntu-latest
31
if: github.repository_owner == 'llvm'
32
+ permissions:
33
+ packages: write
34
35
steps:
36
- uses: actions/checkout@v4
37
38
- name: Build the Linux builder image
39
working-directory: libcxx/utils/ci
40
run: docker compose build actions-builder
41
+ env:
42
+ TAG: ${{ github.sha }}
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 }}
49
50
- name: Log in to GitHub Container Registry
51
uses: docker/login-action@v3
0 commit comments