From 79c17b6c9db7737d2beba74eac00950850c65bcd Mon Sep 17 00:00:00 2001 From: Curt Bushko Date: Fri, 23 Jun 2023 10:38:47 -0400 Subject: [PATCH] update redhat registry id --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea12ee7e67..2a4ff78199 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -359,7 +359,7 @@ jobs: pkg_name: consul-k8s-control-plane_${{ env.version }} bin_name: consul-k8s-control-plane workdir: control-plane - redhat_tag: quay.io/redhat-isv-containers/611ca2f89a9b407267837100:${{env.version}}-ubi + redhat_tag: quay.io/redhat-isv-containers/6486b1beabfc4e51588c0416:${{env.version}}-ubi # this is different than the non-FIPS one - name: Docker FIPS Build (Action) if: ${{ matrix.fips }} uses: hashicorp/actions-docker-build@v1