aks-create-action/Dockerfile

6 строки
107 B
Docker

FROM mcr.microsoft.com/aks/github-actions/aks-create
COPY . /action
ENTRYPOINT ["/action/entrypoint.sh"]