Skip to content

Commit

Permalink
Avoid using referencing in Dockerfile (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
srvaroa authored Oct 10, 2023
1 parent 0ac1727 commit 3fdafed
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/latest/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 3fdafed

Please sign in to comment.