update docker hub username in ci (#1439)

This commit is contained in:
Robert Pirtle 2022-12-20 09:28:08 -08:00 committed by GitHub
parent 8eb9e1d4a1
commit 1f6a7d7ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ 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
@ -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