Skip to content

Commit

Permalink
fixup! Avoid using latest in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
srvaroa committed Oct 10, 2023
1 parent b015454 commit d254967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ jobs:

- name: Test
run: make test

- name: Dockerize
run: docker build .
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/v1.6.3/download/action.tar.gz
ARG ASSET_URL=https://github.com/srvaroa/labeler/releases/download/v1.6.3/action.tar.gz
RUN wget -q -O- $ASSET_URL | tar xzvf -
ENTRYPOINT ["/action"]

0 comments on commit d254967

Please sign in to comment.