File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ LABEL "org.opencontainers.image.title"="jbang"
4
4
LABEL "org.opencontainers.image.description" ="Unleash the power of Java"
5
5
LABEL "org.opencontainers.image.url" ="https://jbang.dev"
6
6
LABEL "org.opencontainers.image.licenses" ="MIT"
7
- LABEL "org.opencontainers.image.version" ="0.117.1 "
8
- LABEL "org.opencontainers.image.revision" ="b91bed290cb279f873f94a9f2ef805fb380dc38c "
7
+ LABEL "org.opencontainers.image.version" ="0.118.0 "
8
+ LABEL "org.opencontainers.image.revision" ="75b465735c2635fa1c1fa84d710f2b6fe5be45ba "
9
9
10
10
11
11
COPY assembly/* /
12
12
13
- RUN jar xf jbang-0.117.1 .zip && \
14
- rm jbang-0.117.1 .zip && \
13
+ RUN jar xf jbang-0.118.0 .zip && \
14
+ rm jbang-0.118.0 .zip && \
15
15
mv jbang-* jbang && \
16
16
chmod +x jbang/bin/jbang
17
17
@@ -22,7 +22,7 @@ ENV PATH="${PATH}:/jbang/bin"
22
22
ADD ./entrypoint /bin/entrypoint
23
23
24
24
ENV SCRIPTS_HOME /scripts
25
- ENV JBANG_VERSION 0.117.1
25
+ ENV JBANG_VERSION 0.118.0
26
26
ENV JBANG_PATH=/jbang/bin
27
27
28
28
VOLUME /scripts
Original file line number Diff line number Diff line change 63
63
restore-keys : |
64
64
$-jbang-
65
65
- name : jbang
66
- uses : jbangdev/jbang-action@v0.117.1
66
+ uses : jbangdev/jbang-action@v0.118.0
67
67
with :
68
68
script : createissue.java
69
69
scriptargs : " my world"
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ inputs:
18
18
required : false
19
19
runs :
20
20
using : ' docker'
21
- image : ' docker://ghcr.io/jbangdev/jbang-action:0.117.1 '
21
+ image : ' docker://ghcr.io/jbangdev/jbang-action:0.118.0 '
You can’t perform that action at this time.
0 commit comments