We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa936be commit 12f5bbeCopy full SHA for 12f5bbe
.github/workflows/cascade-image-update.yaml
@@ -24,7 +24,7 @@ jobs:
24
id: detect-tag
25
run: |
26
IMAGE_TAG=${GITHUB_REF#refs/tags/}
27
- echo "PARENT_NAME=jupyter/$(echo $IMAGE_TAG | cut -d / -f 1)" >> $GITHUB_ENV
+ echo "PARENT_NAME=$(echo $IMAGE_TAG | cut -d / -f 1)" >> $GITHUB_ENV
28
echo "PARENT_VERSION=$(echo $IMAGE_TAG | cut -d / -f 2)" >> $GITHUB_ENV
29
30
- name: Update swan Dockerfile
0 commit comments