Fix setting file permissions

This commit is contained in:
Dmytro Bondar 2024-04-16 20:37:06 +02:00
parent 53c3e3207f
commit 796ed176e3
No known key found for this signature in database
GPG key ID: C123CD37BBED8BB7

View file

@ -9,9 +9,6 @@ LABEL version="2.0.1" \
com.github.actions.icon="check" \
com.github.actions.color="green"
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
COPY cleanup.sh /cleanup.sh
RUN chmod +x /cleanup.sh
COPY --chmod=755 entrypoint.sh /entrypoint.sh
COPY --chmod=755 cleanup.sh /cleanup.sh
ENTRYPOINT ["/entrypoint.sh"]