Skip to content

Commit

Permalink
point to the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 committed Oct 26, 2024
1 parent f50b5b4 commit 6458021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN apt-get update && apt-get install -y \
gh \
&& rm -rf /var/lib/apt/lists/*

ENTRYPOINT ["/entrypoint.sh"]
CMD ["/entrypoint.sh"]
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ inputs:
required: true
default: ${{ github.event.number }}
runs:
using: 'docker'
image: 'ubuntu:latest'
using: "docker"
image: "Dockerfile"
entrypoint: '/entrypoint.sh'

0 comments on commit 6458021

Please # to comment.