mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Merge pull request #6 from lyuboangelov/feature/add-workflow
fix dockerhub credentials
This commit is contained in:
commit
d2c24cdee1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-image.yaml
vendored
2
.github/workflows/build-image.yaml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN}}
|
||||
|
||||
# - name: Extract metadata (tags, labels) for Docker
|
||||
|
|
|
|||
Loading…
Reference in a new issue