Skip to content

Commit

Permalink
dockerfile: default to v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srvaroa authored Jan 3, 2025
1 parent 0a20ecc commit dfc51b4
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.12.0/action.tar.gz
ARG ASSET_URL=https://github.com/srvaroa/labeler/releases/download/v1.13.0/action.tar.gz
RUN wget -q -O- $ASSET_URL | tar xzvf -
ENTRYPOINT ["/action"]

0 comments on commit dfc51b4

Please sign in to comment.