chore: rename fedora-coreos to coreos

This commit is contained in:
qoijjj
2024-08-25 14:45:56 -07:00
parent 601054df98
commit b3e07ac533
5 changed files with 4 additions and 4 deletions

View File

@@ -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
View File

0
fedora-coreos/install.sh → coreos/install.sh Executable file → Normal file
View File

View File