This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use tar options to enable extraction on F40 based source (#15)
The solution which worked is to use docker buildx instead of buildah and podman push. Other than swapping a two redhat actions for a single docker action, the main difference is piping our already generated tag list into the docker/metadata action so that the tags are docker/build-and-push friendly. Side benefit, we can see what tags/registries we expect to push in the log out put for the metadata, even if not pushing. Fixes: ublue-os/ucore#160
- Loading branch information
Showing
2 changed files
with
37 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters