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 }}" 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
View File

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

View File