Skip to content

Commit

Permalink
Don't build fedora-example
Browse files Browse the repository at this point in the history
  • Loading branch information
faeizmahrus committed Dec 25, 2024
1 parent 53e2a20 commit 539eba6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-boxkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
matrix:
containerfile:
- boxkit
- fedora-sample
steps:
#- fedora-example # Included as an example to demonstrate multi-image builds, uncomment to build the fedora-example container too
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
uses: actions/checkout@v4
Expand All @@ -49,7 +48,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
containerfiles: |
./Containerfiles/${{ matrix.containerfile }}
./ContainerFiles/${{ matrix.containerfile }}
image: ${{ matrix.containerfile }}
tags: ${{ env.IMAGE_TAGS }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM quay.io/fedora/fedora-toolbox:latest

LABEL com.github.containers.toolbox="true" \
usage="This image is meant to be used with the toolbox or distrobox command" \
summary="Sample fedora-toolbox image" \
summary="An example ContainerFile to demonstrate multiple image builds." \
maintainer="[email protected]"

COPY ../packages/fedora-sample-packages /
Expand Down

0 comments on commit 539eba6

Please sign in to comment.