Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: various build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness authored Aug 25, 2024
1 parent c1f989c commit 8900fd8
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-ucore
name: build-coreos
on:
workflow_call:
inputs:
Expand Down Expand Up @@ -114,14 +114,6 @@ jobs:
- name: Checkout Push to Registry action
uses: actions/checkout@v4

# sent env variables which depend on the matrix
- name: Matrix variables
shell: bash
run: |
set -x
IMAGE_NAME=ucore${{ matrix.image_suffix }}
echo "IMAGE_NAME=$IMAGE_NAME" >> $GITHUB_ENV
- name: Pull base and kmod images
uses: Wandalen/wretry.action@v3.5.0
with:
Expand Down Expand Up @@ -228,8 +220,7 @@ jobs:
images: |
${{ env.IMAGE_NAME }}
labels: |
io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/ucore/main/README.md
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/secureblue/coreos/main/README.md
org.opencontainers.image.description=An OCI image of Fedora CoreOS with NVIDIA and/or ZFS pre-installed
org.opencontainers.image.title=${{ env.IMAGE_NAME }}
org.opencontainers.image.version=${{ env.IMAGE_VERSION }}
Expand Down Expand Up @@ -337,4 +328,4 @@ jobs:
steps:
- name: Exit
shell: bash
run: exit 0
run: exit 0

0 comments on commit 8900fd8

Please sign in to comment.