Skip to content

Commit

Permalink
Use correct containerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Sep 8, 2024
1 parent 218b6a8 commit 1d96dfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-boxkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
paths-ignore:
- '**/README.md'
env:
IMAGE_NAME: boxkit
IMAGE_NAME: habitat-ubuntu
IMAGE_TAGS: latest
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}

Expand All @@ -38,15 +38,15 @@ jobs:
images: |
${{ env.IMAGE_NAME }}
labels: |
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/boxkit/main/README.md
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/david/habitat-boxes/main/README.md
# Build image using Buildah action
- name: Build Image
id: build_image
uses: redhat-actions/buildah-build@v2
with:
containerfiles: |
./Containerfile
./images/ubuntu/Containerfile
image: ${{ env.IMAGE_NAME }}
tags: ${{ env.IMAGE_TAGS }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 1d96dfa

Please sign in to comment.