Skip to content

Commit

Permalink
[R4R:] update op geth Dockerfile and add entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lqS0317 authored and lqS0317 committed Oct 31, 2023
1 parent 9cc91e9 commit a45acd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Checking Docker Build
run: |
sudo apt-get update
sudo apt-get -y install jq
URL="https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/files"
response=$(curl -H 'authorization: Bearer ${{ secrets.PAT }}' -H "Accept: application/vnd.github.v3+json" -s -X GET -G $URL)
UPDATEFILE_DIR=$(echo "${response}" | jq -r '.[] | .filename')
Expand Down

0 comments on commit a45acd4

Please sign in to comment.