mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix secret names
This commit is contained in:
parent
6fc4ead7ec
commit
7ff6877946
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -22,8 +22,8 @@ jobs:
|
|||
- name: Login to Docker hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
username: ${{ secrets.FLASHBOTS_DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.FLASHBOTS_DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Log tag name
|
||||
run: echo "Build for tag ${{ github.ref_name }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue