mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Test CI Build Workflow
This commit is contained in:
parent
e796bb4671
commit
2e8c59c953
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci_build.yaml
vendored
2
.github/workflows/ci_build.yaml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: your-dockerhub-username/your-repo-name:${{ github.sha }}
|
||||
tags: e1018mc/limechain:${{ github.sha }}
|
||||
|
||||
- name: Log out from Docker Hub
|
||||
run: docker logout
|
||||
Loading…
Reference in a new issue