mirror of
https://github.com/apple/container.git
synced 2026-08-24 10:05:43 -05:00
Remove temporary workaround for image auth to ghcr (#155)
When we were setting up the repos, we needed these environment variables for the GitHub Actions CI to be able to run the tests. Now that the images are public, these can be removed. Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
This commit is contained in:
@@ -61,9 +61,6 @@ jobs:
|
||||
launchctl setenv HTTP_PROXY $HTTP_PROXY
|
||||
make test cleancontent install-kernel integration
|
||||
env:
|
||||
CONTAINER_REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CONTAINER_REGISTRY_USER: ${{ github.actor }}
|
||||
CONTAINER_REGISTRY_HOST: ghcr.io
|
||||
DEVELOPER_DIR: "/Applications/Xcode_16.3.app/Contents/Developer"
|
||||
CURRENT_SDK: y
|
||||
- name: Save documentation artifact
|
||||
|
||||
Reference in New Issue
Block a user