This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 061ab9b26f530daf48a959237b6eb00001f593c4 Author: Jarek Potiuk <[email protected]> AuthorDate: Fri Jul 2 15:26:38 2021 +0200 Switches to ghcr.io container registry (#16775) After fixing permission problems, we can now switch to ghcr.io (cherry picked from commit d56a2b407e93664bd78dae01c5b8f7103489c370) --- .github/workflows/build-images.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 664d527..9097241 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -47,7 +47,7 @@ env: GITHUB_REGISTRY_PULL_IMAGE_TAG: "latest" GITHUB_REGISTRY_WAIT_FOR_IMAGE: "false" INSTALL_PROVIDERS_FROM_SOURCES: "true" - GITHUB_REGISTRY: "docker.pkg.github.com" + GITHUB_REGISTRY: "ghcr.io" TARGET_COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }} concurrency: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a8a209..8b2735c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ env: VERBOSE: "true" DOCKER_CACHE: "pulled" USE_GITHUB_REGISTRY: "true" - GITHUB_REGISTRY: "docker.pkg.github.com" + GITHUB_REGISTRY: "ghcr.io" GITHUB_REPOSITORY: ${{ github.repository }} GITHUB_USERNAME: ${{ github.actor }} # You can override CONSTRAINTS_GITHUB_REPOSITORY by setting secret in your repo but by default the
