Skip to content

Commit 88f3be4

Browse files
authored
Merge pull request #179 from Muscraft/publish-ghcr
feat: Add publishing to ghcr
2 parents efd052f + 96577a0 commit 88f3be4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/nightly.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ jobs:
6969
- uses: actions/checkout@v4
7070
- uses: docker/setup-qemu-action@v3
7171
- uses: docker/setup-buildx-action@v3
72-
# - uses: docker/login-action@v3
73-
# if: github.event_name != 'pull_request'
74-
# with:
75-
# registry: ghcr.io
76-
# username: ${{ github.actor }}
77-
# password: ${{ secrets.GITHUB_TOKEN }}
72+
- uses: docker/login-action@v3
73+
if: github.event_name != 'pull_request'
74+
with:
75+
registry: ghcr.io
76+
username: ${{ github.actor }}
77+
password: ${{ secrets.GITHUB_TOKEN }}
7878

7979
- uses: docker/login-action@v3
8080
if: github.event_name != 'pull_request'
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
images: |
8989
rustlang/rust
90-
# ghcr.io/rust-lang/rust
90+
ghcr.io/rust-lang/rust
9191
tags: ${{ matrix.tags }}
9292

9393
- uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)