ensure action image entrypoint is executable
All checks were successful
Docker Build / docker-build (push) Successful in 1m10s

This commit is contained in:
David Hiendl 2023-12-24 15:13:37 +01:00
parent 138ba75e8c
commit 7be031c3c8

View File

@ -9,6 +9,6 @@ RUN apt-get update \
zip \
&& gem install --no-document fpm -v 1.15.1
COPY entrypoint.sh /entrypoint.sh
ADD --chmod=755 entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]