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 69583e0 commit 6ce606eCopy full SHA for 6ce606e
.github/actions/publish-docker/action.yml
@@ -106,8 +106,9 @@ runs:
106
commands=$(cat << "EOF"
107
USER root
108
COPY ./git_debug_image.sh ./git_debug_image.sh
109
- RUN set -e; chmod u+x ./git_debug_image.sh; apt update && ./git_debug_image.sh ${{ inputs.branch_name }}; \
110
- rm -f ./git_debug_image.sh ; layer-cleanup.sh
+ RUN set -e; chmod u+x ./git_debug_image.sh; apt update; ./git_debug_image.sh ${{ inputs.branch_name }}; \
+ rm -f ./git_debug_image.sh ; \
111
+ layer-cleanup.sh
112
WORKDIR /home/user/rs-server
113
EOF
114
)
0 commit comments