Skip to content

Commit 379f674

Browse files
Fixed image certification (#847)
Fixed image certification
1 parent 7dd151e commit 379f674

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/certify-openshift-images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN curl -LO https://github.com/redhat-openshift-ecosystem/openshift-preflight/r
77
chmod +x ./preflight-linux-amd64 && \
88
mv ./preflight-linux-amd64 /usr/local/bin/preflight
99

10-
COPY entrypoint.sh /home/entrypoint.sh
10+
COPY ./entrypoint.sh /home/entrypoint.sh
1111
RUN chmod +x /home/entrypoint.sh
1212

1313
# Code file to execute when the docker container starts up (`entrypoint.sh`)

.github/actions/certify-openshift-images/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
set -eou pipefail
44

0 commit comments

Comments
 (0)