mirror of
https://github.com/optim-enterprises-bv/coreos.git
synced 2025-10-30 17:38:02 +00:00
chore: rename fedora-coreos to coreos
This commit is contained in:
8
.github/workflows/reusable-build.yml
vendored
8
.github/workflows/reusable-build.yml
vendored
@@ -80,7 +80,7 @@ jobs:
|
||||
echo "${{ steps.fetch.outputs.outputs }}"
|
||||
|
||||
build_fcos:
|
||||
name: fedora-coreos
|
||||
name: coreos
|
||||
runs-on: ubuntu-24.04
|
||||
if: always() && !cancelled()
|
||||
needs: [workflow_info, stream_info]
|
||||
@@ -90,7 +90,7 @@ jobs:
|
||||
id-token: write
|
||||
env:
|
||||
FEDORA_VERSION: ${{ needs.stream_info.outputs.fedora}}
|
||||
IMAGE_NAME: fedora-coreos
|
||||
IMAGE_NAME: coreos
|
||||
IMAGE_VERSION: ${{ needs.stream_info.outputs.image}}
|
||||
KERNEL_FLAVOR: coreos-${{ inputs.coreos_version }}
|
||||
KERNEL_VERSION: ${{ needs.stream_info.outputs.kernel}}
|
||||
@@ -243,8 +243,8 @@ jobs:
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
with:
|
||||
containerfiles: |
|
||||
./fedora-coreos/Containerfile
|
||||
context: ./fedora-coreos
|
||||
./coreos/Containerfile
|
||||
context: ./coreos
|
||||
image: ${{ env.IMAGE_NAME }}
|
||||
tags: |
|
||||
${{ steps.generate-tags.outputs.alias_tags }}
|
||||
|
||||
0
fedora-coreos/cleanup.sh → coreos/cleanup.sh
Executable file → Normal file
0
fedora-coreos/cleanup.sh → coreos/cleanup.sh
Executable file → Normal file
0
fedora-coreos/install.sh → coreos/install.sh
Executable file → Normal file
0
fedora-coreos/install.sh → coreos/install.sh
Executable file → Normal file
0
fedora-coreos/post-install.sh → coreos/post-install.sh
Executable file → Normal file
0
fedora-coreos/post-install.sh → coreos/post-install.sh
Executable file → Normal file
Reference in New Issue
Block a user