mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-12 01:14:35 +00:00
5 lines
92 B
Docker
5 lines
92 B
Docker
FROM dduportal/bats:latest
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"] |