Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 53bdd63

Browse files
committed
Update container image in release workflow
1 parent b377808 commit 53bdd63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
target: x86_64-pc-windows-msvc
2828
filename: downapk-x86_64-windows.exe
2929
- os: ubuntu-latest
30-
container: rust:nightly-alpine
30+
container: rustlang/rust:nightly-alpine
3131
target: aarch64-unknown-linux-gnu
3232
filename: downapk-aarch64-linux
3333
- os: macos-latest
@@ -47,7 +47,7 @@ jobs:
4747
target: ${{ matrix.target }}
4848

4949
- name: Install OpenSSL on Alpine container
50-
if: matrix.container == 'rust:nightly-alpine'
50+
if: matrix.container == 'rustlang/rust:nightly-alpine'
5151
run: |
5252
apk add --no-cache openssl openssl-dev
5353

0 commit comments

Comments
 (0)