Skip to content

Commit

Permalink
Merge pull request #179 from Muscraft/publish-ghcr
Browse files Browse the repository at this point in the history
feat: Add publishing to ghcr
  • Loading branch information
Muscraft authored Feb 26, 2024
2 parents efd052f + 96577a0 commit 88f3be4
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 88f3be4

Please sign in to comment.