Skip to content

Commit

Permalink
Revert "feat: Add publishing to ghcr"
Browse files Browse the repository at this point in the history
This reverts commit 96577a0.
  • Loading branch information
Muscraft committed Feb 28, 2024
1 parent 88f3be4 commit 6a0f7d8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 6a0f7d8

Please sign in to comment.