Skip to content

Commit

Permalink
pin alpine docker image for now
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jan 4, 2024
1 parent 8ba5523 commit f8076f1
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 @@ -131,7 +131,7 @@ jobs:
name: ${{ matrix.target }}
runs-on: ubuntu-20.04
container:
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
image: ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:5a99e45446355d25c20e95d35231d84e9ce472280d8c0b1be53281bade905f09
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 @@ -131,7 +131,7 @@ jobs:
name: ${{ matrix.target }}
runs-on: ubuntu-20.04
container:
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
image: ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:5a99e45446355d25c20e95d35231d84e9ce472280d8c0b1be53281bade905f09
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
Expand Down

0 comments on commit f8076f1

Please sign in to comment.