Fix CI using Containerfile

This commit is contained in:
Ashleigh Carr 2024-02-11 13:38:43 +00:00
parent abd9024097
commit c5e880628a
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
containerfiles: ./Containerfile
containerfiles: ./Dockerfile
platforms: linux/amd64
oci: true
# Webpack seems to use a lot of open files, increase the max open file limit to accomodate.

View File

@ -63,7 +63,7 @@ jobs:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: ${{ steps.image-metadata.outputs.tags }}
labels: ${{ steps.image-metadata.outputs.labels }}
containerfiles: ./Containerfile
containerfiles: ./Dockerfile
platforms: linux/amd64
oci: true
# Webpack seems to use a lot of open files, increase the max open file limit to accomodate.