Skip to content

Commit

Permalink
Fix Build
Browse files Browse the repository at this point in the history
  • Loading branch information
martafolf authored Oct 8, 2024
1 parent 7ba51f0 commit ad98ff0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: "Build image: FCOS Custom"

env:
IMAGE_NAME: "ziax-fcos-custom"

on:
push:
branches:
Expand All @@ -18,8 +15,7 @@ jobs:
- name: Build container image
uses: redhat-actions/buildah-build@v2
with:
context: ${{ env.IMAGE_NAME }}
containerfiles: Containerfile
image: ${{ env.IMAGE_NAME }}
image: ziax-fcos-custom
layers: false
oci: true

0 comments on commit ad98ff0

Please sign in to comment.