Skip to content

Commit

Permalink
Use 'osbuild-ci' name for the Fedora image
Browse files Browse the repository at this point in the history
When I was adding the c8s and c9s variants of the osbuild-ci image, I
first added the '-fedora' suffix to the 'osbuild-ci' image which is
based on Fedora. However, I later reverted it back, basically to keep
the current version of osbuild CI working without any change.
Unfortunately, it turns out that I missed to revert one case of this
change. Fixing it now.

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza committed Jan 19, 2024
1 parent 0e010e0 commit b7689aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ target "osbuild-ci-latest" {
"virtual-osbuild-ci-base",
]
tags = concat(
mirror("osbuild-ci-fedora", "latest", "", OSB_UNIQUEID),
mirror("osbuild-ci", "latest", "", OSB_UNIQUEID),
)
}

Expand Down

0 comments on commit b7689aa

Please sign in to comment.