Skip to content

Commit

Permalink
chore(ci): Rename base-bootc
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Trujillo <[email protected]>
  • Loading branch information
EyeCantCU committed May 12, 2024
1 parent c882a5c commit b7731e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fedora_version:
- ${{ inputs.fedora_version }}
image_name:
- bootc
- base

steps:
# Checkout push-to-registry action GitHub repository
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Matrix Variables
shell: bash
run: |
echo "IMAGE_NAME=${{ matrix.image_name }}-main" >> $GITHUB_ENV
echo "IMAGE_NAME=${{ matrix.image_name }}-bootc" >> $GITHUB_ENV
- name: Generate tags
id: generate-tags
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
labels: |
org.opencontainers.image.title=${{ env.IMAGE_NAME }}
org.opencontainers.image.version=${{ env.SOURCE_IMAGE_VERSION }}
org.opencontainers.image.description=A base Universal Blue ${{ matrix.image_name }} image with batteries included
org.opencontainers.image.description=A base Universal Blue ${{ matrix.image_name }}-bootc image with batteries included
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/${{ github.repository }}/main/README.md
io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4
Expand Down
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG IMAGE_NAME="${IMAGE_NAME:-bootc}"
ARG IMAGE_NAME="${IMAGE_NAME:-base}"
ARG BASE_IMAGE="quay.io/fedora/fedora-bootc"
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-40}"

FROM ${BASE_IMAGE}:${FEDORA_MAJOR_VERSION}

ARG IMAGE_NAME="${IMAGE_NAME:-bootc}"
ARG IMAGE_NAME="${IMAGE_NAME:-base}"
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-40}"

0 comments on commit b7731e8

Please sign in to comment.