[libc++] Adjust workflow file for building the libc++ docker image (#116366)

This commit is contained in:
Louis Dionne 2024-11-16 12:05:12 +01:00 committed by GitHub
parent 100376a2fa
commit 0fd6f684b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,8 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
if: github.repository_owner == 'llvm'
permissions:
packages: write
steps:
- uses: actions/checkout@v4
@ -36,10 +38,14 @@ jobs:
- name: Build the Linux builder image
working-directory: libcxx/utils/ci
run: docker compose build actions-builder
env:
TAG: ${{ github.sha }}
# - name: Build the Android builder image
# working-directory: libcxx/utils/ci
# run: docker compose build android-buildkite-builder
# env:
# TAG: ${{ github.sha }}
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3