From 1f6a7d7ae1a1424bbfd563c17277039e0fafb857 Mon Sep 17 00:00:00 2001 From: Robert Pirtle Date: Tue, 20 Dec 2022 09:28:08 -0800 Subject: [PATCH] update docker hub username in ci (#1439) --- .github/workflows/ci-master.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index fcab249c..7fe30ad2 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -23,17 +23,17 @@ 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 run: echo "BUILD_TAG=$(date +%s)-$(git rev-parse HEAD | cut -c 1-8)" >> $GITHUB_ENV - name: build rocksdb dependency - run: bash ${GITHUB_WORKSPACE}/.github/scripts/install-rocksdb.sh + run: bash ${GITHUB_WORKSPACE}/.github/scripts/install-rocksdb.sh env: ROCKSDB_VERSION: v7.7.3 - 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: BUILD_TAG: ${{ env.BUILD_TAG }} AWS_REGION: us-east-1 @@ -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