Skip to content

Commit

Permalink
v1.8.1 as default after proper release
Browse files Browse the repository at this point in the history
Signed-off-by: Galo Navarro <[email protected]>
  • Loading branch information
srvaroa committed Dec 4, 2023
1 parent 19dd8e2 commit 5789c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ LABEL "com.github.actions.name"="Condition-based Pull Request labeller" \
"repository"="https://github.com/srvaroa/labeler"

WORKDIR /
ARG ASSET_URL=https://github.com/srvaroa/labeler/releases/download/v1.8.0/action.tar.gz
ARG ASSET_URL=https://github.com/srvaroa/labeler/releases/download/v1.8.1/action.tar.gz
RUN wget -q -O- $ASSET_URL | tar xzvf -
ENTRYPOINT ["/action"]

0 comments on commit 5789c33

Please sign in to comment.