Skip to content

Commit

Permalink
Revert "Manual backport of 2337 into release/1.1.x" (#2588)
Browse files Browse the repository at this point in the history
Reverts #2455
This should not have been backported to 1.1.x (it was labeled
incorrectly in #2337),
because it changes the RedHat registry ID to the FIPS one. It has been
reverted in the other backport branches:
#2504
#2559
  • Loading branch information
skpratt authored Jul 19, 2023
1 parent 1a929c9 commit 239c8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,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/6486b1beabfc4e51588c0416:${{env.version}}-ubi # this is different than the non-FIPS one
redhat_tag: quay.io/redhat-isv-containers/611ca2f89a9b407267837100:${{env.version}}-ubi

build-docker-ubi-dockerhub:
name: Docker ${{ matrix.arch }} UBI build for DockerHub
Expand Down

0 comments on commit 239c8f5

Please sign in to comment.