mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 18:35:07 +00:00
test(docker): fix bats docker image
This commit is contained in:
committed by
Romain Lespinasse
parent
881085bcae
commit
97aa7af437
6
.github/actions/bats/Dockerfile
vendored
6
.github/actions/bats/Dockerfile
vendored
@@ -1,5 +1,3 @@
|
||||
FROM dduportal/bats:latest
|
||||
FROM bats/bats:latest
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["./tests"]
|
||||
|
||||
3
.github/actions/bats/entrypoint.sh
vendored
3
.github/actions/bats/entrypoint.sh
vendored
@@ -1,3 +0,0 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
/sbin/bats ./tests
|
||||
Reference in New Issue
Block a user