From 6a0f7d8794b8ada6a7593f31f0799030a8e50857 Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Tue, 27 Feb 2024 18:55:11 -0700 Subject: [PATCH] Revert "feat: Add publishing to ghcr" This reverts commit 96577a0b83f93cbe1af59e4eaa178b38c37a6ebf. --- .github/workflows/nightly.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 32f99ba..59aa9f2 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -69,12 +69,12 @@ jobs: - uses: actions/checkout@v4 - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 - - uses: docker/login-action@v3 - if: github.event_name != 'pull_request' - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} +# - uses: docker/login-action@v3 +# if: github.event_name != 'pull_request' +# with: +# registry: ghcr.io +# username: ${{ github.actor }} +# password: ${{ secrets.GITHUB_TOKEN }} - uses: docker/login-action@v3 if: github.event_name != 'pull_request' @@ -87,7 +87,7 @@ jobs: with: images: | rustlang/rust - ghcr.io/rust-lang/rust +# ghcr.io/rust-lang/rust tags: ${{ matrix.tags }} - uses: docker/build-push-action@v5