mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-25 07:45:18 +00:00
update docker hub username in ci (#1439)
This commit is contained in:
parent
8eb9e1d4a1
commit
1f6a7d7ae1
4
.github/workflows/ci-master.yml
vendored
4
.github/workflows/ci-master.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.18'
|
||||
go-version: "1.18"
|
||||
check-latest: true
|
||||
cache: true
|
||||
- name: set build tag
|
||||
@ -44,7 +44,7 @@ jobs:
|
||||
needs: [lint-checks, default-checks]
|
||||
uses: ./.github/workflows/ci-docker.yml
|
||||
with:
|
||||
dockerhub-username: pirtleshell
|
||||
dockerhub-username: kavaops
|
||||
secrets: inherit
|
||||
post-pipeline-metrics:
|
||||
uses: ./.github/workflows/metric-pipeline.yml
|
||||
|
Loading…
Reference in New Issue
Block a user