mirror of
https://github.com/optim-enterprises-bv/coreos.git
synced 2025-11-01 18:37:48 +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 }}"
|
echo "${{ steps.fetch.outputs.outputs }}"
|
||||||
|
|
||||||
build_fcos:
|
build_fcos:
|
||||||
name: fedora-coreos
|
name: coreos
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
if: always() && !cancelled()
|
if: always() && !cancelled()
|
||||||
needs: [workflow_info, stream_info]
|
needs: [workflow_info, stream_info]
|
||||||
@@ -90,7 +90,7 @@ jobs:
|
|||||||
id-token: write
|
id-token: write
|
||||||
env:
|
env:
|
||||||
FEDORA_VERSION: ${{ needs.stream_info.outputs.fedora}}
|
FEDORA_VERSION: ${{ needs.stream_info.outputs.fedora}}
|
||||||
IMAGE_NAME: fedora-coreos
|
IMAGE_NAME: coreos
|
||||||
IMAGE_VERSION: ${{ needs.stream_info.outputs.image}}
|
IMAGE_VERSION: ${{ needs.stream_info.outputs.image}}
|
||||||
KERNEL_FLAVOR: coreos-${{ inputs.coreos_version }}
|
KERNEL_FLAVOR: coreos-${{ inputs.coreos_version }}
|
||||||
KERNEL_VERSION: ${{ needs.stream_info.outputs.kernel}}
|
KERNEL_VERSION: ${{ needs.stream_info.outputs.kernel}}
|
||||||
@@ -243,8 +243,8 @@ jobs:
|
|||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
containerfiles: |
|
containerfiles: |
|
||||||
./fedora-coreos/Containerfile
|
./coreos/Containerfile
|
||||||
context: ./fedora-coreos
|
context: ./coreos
|
||||||
image: ${{ env.IMAGE_NAME }}
|
image: ${{ env.IMAGE_NAME }}
|
||||||
tags: |
|
tags: |
|
||||||
${{ steps.generate-tags.outputs.alias_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