ensure action image entrypoint is executable
All checks were successful
Docker Build / docker-build (push) Successful in 1m10s
All checks were successful
Docker Build / docker-build (push) Successful in 1m10s
This commit is contained in:
parent
138ba75e8c
commit
7be031c3c8
@ -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"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user