Skip to content

Commit 0fd6f68

Browse files
authored
[libc++] Adjust workflow file for building the libc++ docker image (#116366)
1 parent 100376a commit 0fd6f68

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,23 @@ jobs:
2929
build-and-push:
3030
runs-on: ubuntu-latest
3131
if: github.repository_owner == 'llvm'
32+
permissions:
33+
packages: write
3234

3335
steps:
3436
- uses: actions/checkout@v4
3537

3638
- name: Build the Linux builder image
3739
working-directory: libcxx/utils/ci
3840
run: docker compose build actions-builder
41+
env:
42+
TAG: ${{ github.sha }}
3943

4044
# - name: Build the Android builder image
4145
# working-directory: libcxx/utils/ci
4246
# run: docker compose build android-buildkite-builder
47+
# env:
48+
# TAG: ${{ github.sha }}
4349

4450
- name: Log in to GitHub Container Registry
4551
uses: docker/login-action@v3

0 commit comments

Comments
 (0)