mirror of
https://github.com/mcuadros/ascode
synced 2025-02-20 16:41:14 +01:00
10 lines
297 B
Docker
10 lines
297 B
Docker
FROM mcuadros/ascode:latest
|
|
|
|
LABEL MAINTAINER="Máximo Cuadros <mcuadros@gmail.com>"
|
|
LABEL "com.github.actions.description"="converts starlark files to HCL"
|
|
LABEL "com.github.actions.name"="ascode-action"
|
|
LABEL "com.github.actions.color"="blue"
|
|
|
|
COPY entrypoint.sh /
|
|
ENTRYPOINT ["/entrypoint.sh"]
|