mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 03:57:44 +00:00 
			
		
		
		
	update docker hub username in ci (#1439)
This commit is contained in:
		
							parent
							
								
									8eb9e1d4a1
								
							
						
					
					
						commit
						1f6a7d7ae1
					
				
							
								
								
									
										8
									
								
								.github/workflows/ci-master.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ci-master.yml
									
									
									
									
										vendored
									
									
								
							@ -23,17 +23,17 @@ jobs:
 | 
				
			|||||||
      - name: Set up Go
 | 
					      - name: Set up Go
 | 
				
			||||||
        uses: actions/setup-go@v3
 | 
					        uses: actions/setup-go@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          go-version: '1.18'
 | 
					          go-version: "1.18"
 | 
				
			||||||
          check-latest: true
 | 
					          check-latest: true
 | 
				
			||||||
          cache: true
 | 
					          cache: true
 | 
				
			||||||
      - name: set build tag
 | 
					      - name: set build tag
 | 
				
			||||||
        run: echo "BUILD_TAG=$(date +%s)-$(git rev-parse HEAD | cut -c 1-8)" >> $GITHUB_ENV
 | 
					        run: echo "BUILD_TAG=$(date +%s)-$(git rev-parse HEAD | cut -c 1-8)" >> $GITHUB_ENV
 | 
				
			||||||
      - name: build rocksdb dependency
 | 
					      - name: build rocksdb dependency
 | 
				
			||||||
        run:  bash ${GITHUB_WORKSPACE}/.github/scripts/install-rocksdb.sh
 | 
					        run: bash ${GITHUB_WORKSPACE}/.github/scripts/install-rocksdb.sh
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          ROCKSDB_VERSION: v7.7.3
 | 
					          ROCKSDB_VERSION: v7.7.3
 | 
				
			||||||
      - name: Build and upload release artifacts
 | 
					      - name: Build and upload release artifacts
 | 
				
			||||||
        run:  bash ${GITHUB_WORKSPACE}/.github/scripts/publish-internal-release-artifacts.sh
 | 
					        run: bash ${GITHUB_WORKSPACE}/.github/scripts/publish-internal-release-artifacts.sh
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          BUILD_TAG: ${{ env.BUILD_TAG }}
 | 
					          BUILD_TAG: ${{ env.BUILD_TAG }}
 | 
				
			||||||
          AWS_REGION: us-east-1
 | 
					          AWS_REGION: us-east-1
 | 
				
			||||||
@ -44,7 +44,7 @@ jobs:
 | 
				
			|||||||
    needs: [lint-checks, default-checks]
 | 
					    needs: [lint-checks, default-checks]
 | 
				
			||||||
    uses: ./.github/workflows/ci-docker.yml
 | 
					    uses: ./.github/workflows/ci-docker.yml
 | 
				
			||||||
    with:
 | 
					    with:
 | 
				
			||||||
      dockerhub-username: pirtleshell
 | 
					      dockerhub-username: kavaops
 | 
				
			||||||
    secrets: inherit
 | 
					    secrets: inherit
 | 
				
			||||||
  post-pipeline-metrics:
 | 
					  post-pipeline-metrics:
 | 
				
			||||||
    uses: ./.github/workflows/metric-pipeline.yml
 | 
					    uses: ./.github/workflows/metric-pipeline.yml
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user