mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Fix CI using Containerfile
This commit is contained in:
parent
abd9024097
commit
c5e880628a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pull_requests.yml
vendored
2
.github/workflows/pull_requests.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
containerfiles: ./Containerfile
|
containerfiles: ./Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
oci: true
|
oci: true
|
||||||
# Webpack seems to use a lot of open files, increase the max open file limit to accomodate.
|
# Webpack seems to use a lot of open files, increase the max open file limit to accomodate.
|
||||||
|
|
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
||||||
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
tags: ${{ steps.image-metadata.outputs.tags }}
|
tags: ${{ steps.image-metadata.outputs.tags }}
|
||||||
labels: ${{ steps.image-metadata.outputs.labels }}
|
labels: ${{ steps.image-metadata.outputs.labels }}
|
||||||
containerfiles: ./Containerfile
|
containerfiles: ./Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
oci: true
|
oci: true
|
||||||
# Webpack seems to use a lot of open files, increase the max open file limit to accomodate.
|
# Webpack seems to use a lot of open files, increase the max open file limit to accomodate.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue