Skip to content

Commit 1108385

Browse files
committed
ReleaseChecklist: Update the requirements for docker releases
1 parent bdc1116 commit 1108385

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ReleaseChecklist.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Requirements
44
- [ ] GitHub account with access to [solidity](https://github.com/argotorg/solidity), [solc-js](https://github.com/argotorg/solc-js),
55
[solc-bin](https://github.com/argotorg/solc-bin), [solidity-website](https://github.com/argotorg/solidity-website).
6-
- [ ] DockerHub account with push rights to the [`solc` image](https://hub.docker.com/r/ethereum/solc).
6+
- [ ] Personal Access Token (PAT) with `write:packages` scope to access Github's container registry.
7+
You can generate one by visiting https://github.com/settings/tokens/new?scopes=write:packages.
78
- [ ] Ubuntu/Debian dependencies of the Docker script: `docker-buildx`.
89
- [ ] [npm Registry](https://www.npmjs.com) account added as a collaborator for the [`solc` package](https://www.npmjs.com/package/solc).
910
- [ ] Access to the [solidity_lang Twitter account](https://twitter.com/solidity_lang).

scripts/docker_deploy_manual.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525
# NOTE: Login to GHCR before running this script with a PAT:
2626
# echo $GHCR_TOKEN | docker login ghcr.io -u USERNAME --password-stdin
2727
#
28-
# Create a classic PAT with write:packages scope only visiting the following url:
28+
# Create a classic PAT with write:packages scope by visiting the following URL:
2929
# https://github.com/settings/tokens/new?scopes=write:packages
3030

3131
DIR=$(mktemp -d)

0 commit comments

Comments
 (0)