File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2626 org.opencontainers.image.vendor : kokuwa.io
2727 org.opencontainers.image.licenses : EUPL-1.2
2828 org.opencontainers.image.ref.name : kokuwaio/shellcheck
29- org.opencontainers.image.version : v0.9 .0
29+ org.opencontainers.image.version : v0.10 .0
3030 when :
3131 event : pull_request
3232
@@ -36,11 +36,11 @@ steps:
3636 << : *settings
3737 name :
3838 - registry.kokuwa.io/kokuwaio/shellcheck:latest
39- - registry.kokuwa.io/kokuwaio/shellcheck:v0.9 .0
39+ - registry.kokuwa.io/kokuwaio/shellcheck:v0.10 .0
4040 - docker.io/kokuwaio/shellcheck:latest
41- - docker.io/kokuwaio/shellcheck:v0.9 .0
41+ - docker.io/kokuwaio/shellcheck:v0.10 .0
4242 - ghcr.io/kokuwaio/shellcheck:latest
43- - ghcr.io/kokuwaio/shellcheck:v0.9 .0
43+ - ghcr.io/kokuwaio/shellcheck:v0.10 .0
4444 auth :
4545 " https://index.docker.io/v1/ " :
4646 username : {from_secret: docker_io_username}
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ RUN ARCH=$(uname -m) && \
1010 [[ $ARCH == x86_64 ]] && export SUFFIX=x86_64; \
1111 [[ $ARCH == aarch64 ]] && export SUFFIX=aarch64; \
1212 [[ -z ${SUFFIX:-} ]] && echo "Unknown arch: $ARCH" && exit 1; \
13- wget -q "https://github.com/koalaman/shellcheck/releases/download/v0.9 .0/shellcheck-v0.9 .0.linux.$SUFFIX.tar.xz" --output-document=- | \
14- tar --xz --extract --to-stdout shellcheck-v0.9 .0/shellcheck --strip-components=1 > /usr/local/bin/shellcheck && \
13+ wget -q "https://github.com/koalaman/shellcheck/releases/download/v0.10 .0/shellcheck-v0.10 .0.linux.$SUFFIX.tar.xz" --output-document=- | \
14+ tar --xz --extract --to-stdout shellcheck-v0.10 .0/shellcheck --strip-components=1 > /usr/local/bin/shellcheck && \
1515 chmod 555 /usr/local/bin/shellcheck
1616
1717COPY --chmod=555 entrypoint.sh /usr/local/bin/entrypoint.sh
You can’t perform that action at this time.
0 commit comments