Skip to content

Commit

Permalink
Fixing docs version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bettinaheim authored Aug 20, 2023
1 parent abbd8a2 commit 9f5f3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ jobs:
fi
image_tag=`docker inspect $cudaq_image --format='{{json .Config.Labels}}' | jq -r '."org.opencontainers.image.version"'`
docs_version="CUDA_QUANTUM_VERSION=$image_tag"
docs_version="CUDA_QUANTUM_VERSION=${image_tag%-base}"
docker image rm $cudaq_image
docker image prune --force
Expand Down

0 comments on commit 9f5f3bb

Please sign in to comment.