Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 29e77a4

Browse files
authored
Merge pull request #9 from lmilbaum/fix
Wrong quay.io namespace
2 parents 8e9f12c + 157bf3a commit 29e77a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id: build
4949
uses: redhat-actions/buildah-build@b4dc19b4ba891854660ab1f88a097d45aa158f76 # v2.12
5050
with:
51-
image: quay.io/centos-boot/${{ matrix.os }}-bootc-dev
51+
image: quay.io/centos-bootc/${{ matrix.os }}-bootc-dev
5252
tags: ${{ matrix.version }}
5353
containerfiles: ./${{ matrix.version }}-dev/Containerfile
5454
archs: amd64

0 commit comments

Comments
 (0)