From 7c9bfd150ed84417e5d47ccb4c0538ecd2648063 Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Wed, 21 Feb 2024 22:42:32 -0600 Subject: [PATCH] chore: commit with known bug to test --- .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 f495f3c0..833a91f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -182,7 +182,7 @@ jobs: command: | # pull the base image used for FROM in containerfile so # we can retry on that unfortunately common failure case - podman pull quay.io/${{ env.SOURCE_ORG }}/${{ env.SOURCE_IMAGE }}:${{ matrix.major_version }} + podman pull quay.io/${{ env.SOURCE_ORG }}/${{ env.SOURCE_IMAGE }}:foo-${{ matrix.major_version }} # Build image using Buildah action - name: Build Image