Skip to content

Commit

Permalink
commit for a test run
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Mar 7, 2024
1 parent d160176 commit 57e9c47
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-to-ngc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Publish release images to NGC

on:
workflow_dispatch:
push:
branches:
- "pull-request/[0-9]+"

jobs:
compute-matrix:
Expand Down Expand Up @@ -51,8 +54,8 @@ jobs:
PYTHON_VER=${{ matrix.PYTHON_VER }}
for type in base notebooks; do
source="rapidsai/$type:23.08-cuda$CUDA_VER-py$PYTHON_VER"
source="rapidsai/$type:24.02-cuda$CUDA_VER-py$PYTHON_VER"
target="nvcr.io/nvidia/rapidsai/$type:23.08-cuda$CUDA_VER-py$PYTHON_VER"
echo "$source => $target"
docker run -v ~/.docker/config.json:/config.json quay.io/skopeo/stable:latest copy --multi-arch all --dest-authfile=/config.json docker://$source docker://$target
# docker run -v ~/.docker/config.json:/config.json quay.io/skopeo/stable:latest copy --multi-arch all --dest-authfile=/config.json docker://$source docker://$target
done

0 comments on commit 57e9c47

Please sign in to comment.