Skip to content

Commit

Permalink
chore: commit with known bug to test
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Feb 22, 2024
1 parent 25b812f commit 7c9bfd1
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 @@ -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
Expand Down

0 comments on commit 7c9bfd1

Please sign in to comment.