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 b06c791 commit 6a41a20Copy full SHA for 6a41a20
.github/workflows/docker-publish.yml
@@ -110,7 +110,7 @@ jobs:
110
111
- name: Export wheel from image
112
run: |
113
- CONTAINER_TAG=${{ steps.meta.outputs.tags }} # Use the same tag here
+ CONTAINER_TAG=$(echo "${{ steps.meta.outputs.tags }}" | head -n1)
114
CONTAINER_ID=$(docker create $CONTAINER_TAG)
115
# Copy wheel files from the container to the local machine
116
docker cp "$CONTAINER_ID:/out" ./out
0 commit comments