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.
Dockerfile
1 parent e6f6394 commit c48c945Copy full SHA for c48c945
example/Dockerfile
@@ -3,5 +3,5 @@ ARG TARGETPLATFORM
3
LABEL MAINTAINER="[email protected]"
4
WORKDIR /bin/
5
COPY bin/${TARGETPLATFORM}/docker-actions ./
6
-RUN chmod+x /bin/docker-actions && \
+RUN chmod +x /bin/docker-actions && \
7
/bin/docker-actions
0 commit comments