Skip to content

Commit

Permalink
jbang v0.111.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jreleaserbot authored and runner committed Sep 30, 2023
1 parent d31cb94 commit 2b8b99c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ LABEL "org.opencontainers.image.title"="jbang"
LABEL "org.opencontainers.image.description"="Unleash the power of Java"
LABEL "org.opencontainers.image.url"="https://jbang.dev"
LABEL "org.opencontainers.image.licenses"="MIT"
LABEL "org.opencontainers.image.version"="0.110.1"
LABEL "org.opencontainers.image.revision"="40624d153cea22cc4ff2fb98eff90e9644f87296"
LABEL "org.opencontainers.image.version"="0.111.0"
LABEL "org.opencontainers.image.revision"="4fbbd8c3b8ea07c146fd628b6bcb5bdbd0094411"


COPY assembly/* /

RUN jar xf jbang-0.110.1.zip && \
rm jbang-0.110.1.zip && \
RUN jar xf jbang-0.111.0.zip && \
rm jbang-0.111.0.zip && \
mv jbang-* jbang && \
chmod +x jbang/bin/jbang

Expand All @@ -22,7 +22,7 @@ ENV PATH="${PATH}:/jbang/bin"
ADD ./entrypoint /bin/entrypoint

ENV SCRIPTS_HOME /scripts
ENV JBANG_VERSION 0.110.1
ENV JBANG_VERSION 0.111.0
ENV JBANG_PATH=/jbang/bin

VOLUME /scripts
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
restore-keys: |
$-jbang-
- name: jbang
uses: jbangdev/jbang-action@v0.110.1
uses: jbangdev/jbang-action@v0.111.0
with:
script: createissue.java
scriptargs: "my world"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ inputs:
required: false
runs:
using: 'docker'
image: 'docker://ghcr.io/jbangdev/jbang-action:0.110.1'
image: 'docker://ghcr.io/jbangdev/jbang-action:0.111.0'
Binary file removed assembly/jbang-0.110.1.zip
Binary file not shown.
Binary file added assembly/jbang-0.111.0.zip
Binary file not shown.

0 comments on commit 2b8b99c

Please sign in to comment.