Skip to content

Commit 9002c90

Browse files
committed
fix wf
1 parent c5a61f7 commit 9002c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-rust.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88

99
jobs:
1010
rust-publish:
11-
secrets: inherit
1211
runs-on: ubuntu-latest
13-
container: rapidsai/ci-conda:latest
12+
container:
13+
image: rapidsai/ci-conda:latest
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Check if release build

0 commit comments

Comments
 (0)