Skip to content

Commit

Permalink
Fix broken release workflows because the napi-rs docker image was mov…
Browse files Browse the repository at this point in the history
…ed (#6648)
  • Loading branch information
mischnic authored Jul 27, 2021
1 parent c98288b commit b96da08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
name: ${{ matrix.target }}
runs-on: ubuntu-latest
container:
image: docker.pkg.github.com/napi-rs/napi-rs/rust-nodejs-alpine:lts
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
name: ${{ matrix.target }}
runs-on: ubuntu-latest
container:
image: docker.pkg.github.com/napi-rs/napi-rs/rust-nodejs-alpine:lts
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
Expand Down

0 comments on commit b96da08

Please sign in to comment.