Skip to content

Commit

Permalink
jbang v0.117.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jreleaserbot authored and runner committed Jul 7, 2024
1 parent 29d46ea commit 19b3868
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.116.0"
LABEL "org.opencontainers.image.revision"="c59eb1b01ad351e34d1ea6c627dfd4a07c88adcc"
LABEL "org.opencontainers.image.version"="0.117.0"
LABEL "org.opencontainers.image.revision"="d739694e8ab4278e680464250b4bf160b9982edb"


COPY assembly/* /

RUN jar xf jbang-0.116.0.zip && \
rm jbang-0.116.0.zip && \
RUN jar xf jbang-0.117.0.zip && \
rm jbang-0.117.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.116.0
ENV JBANG_VERSION 0.117.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.116.0
uses: jbangdev/jbang-action@v0.117.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.116.0'
image: 'docker://ghcr.io/jbangdev/jbang-action:0.117.0'
Binary file removed assembly/jbang-0.116.0.zip
Binary file not shown.
Binary file added assembly/jbang-0.117.0.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion container-structure-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ commandTests:
value: https://github.com/jruby
command: "entrypoint"
expectedError:
- "Trusting permanently: [https://github.com/jruby]"
- "Adding .https://github.com/jruby. to /jbang/.jbang/trusted-sources.json"
- name: "Does multiple arguments work"
envVars:
- key: INPUT_SCRIPT
Expand Down

0 comments on commit 19b3868

Please sign in to comment.