From 7a046f8d10f2974dab63ecb1edf142fe416a2529 Mon Sep 17 00:00:00 2001 From: Ananth Bhaskararaman Date: Fri, 5 May 2023 00:14:29 +0530 Subject: [PATCH] Change CA image name Rename bifrost-issuer image to bifrost-ca. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7622b10..7f5f188 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: uses: redhat-actions/buildah-build@v2 id: build_ca with: - image: ${{ github.repository }}-issuer + image: ${{ github.repository }}-ca build-args: GO_VERSION=${{ env.GO_VERSION }} extra-args: --target=ca tags: >