Skip to content

Commit

Permalink
Change CA image name
Browse files Browse the repository at this point in the history
Rename bifrost-issuer image to bifrost-ca.
  • Loading branch information
ananthb committed May 4, 2023
1 parent 56144c0 commit 7a046f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down

0 comments on commit 7a046f8

Please sign in to comment.