Skip to content

Commit

Permalink
fix image name.
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder committed Oct 8, 2024
1 parent 1f97c47 commit 8d102e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Push image
run: |
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/rpc-proxy
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}
# Change all uppercase to lowercase
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A proxy for `web3` JSONRPC featuring:

### Prerequisites

At least Go 1.12. Installation documentation here: https://golang.org/doc/install
At least Go 1.20. Installation documentation here: https://golang.org/doc/install

### How to Use

Expand Down

0 comments on commit 8d102e6

Please sign in to comment.