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 3eee931 commit 2f9e362Copy full SHA for 2f9e362
.github/scripts/python_package_upload/Dockerfile
@@ -4,12 +4,12 @@ FROM docker.io/python:3.9
4
WORKDIR /app
5
6
# Copy the script into the container
7
-COPY package_upload.sh /app/package_upload.sh
+COPY package_download.sh /app/package_download.sh
8
9
# Make sure the script is executable
10
-RUN chmod +x /app/package_upload.sh
+RUN chmod +x /app/package_download.sh
11
12
# Store the files in a folder
13
VOLUME /app/packages
14
15
-ENTRYPOINT ["/app/package_upload.sh"]
+ENTRYPOINT ["/app/package_download.sh"]
.github/scripts/python_package_upload/package_upload.sh renamed to .github/scripts/python_package_upload/package_download.sh
0 commit comments