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

Commit

Permalink
chore: rename fedora-coreos to coreos
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalOughtness authored Aug 25, 2024
1 parent 8900fd8 commit f1eecc8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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}}
Expand Down Expand Up @@ -231,8 +231,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 }}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f1eecc8

Please sign in to comment.