Fix PR workflow, Buildah requires atleast an image name if no tags specified
This commit is contained in:
parent
3f89a94df2
commit
7582abfa27
2
.github/workflows/pull_requests.yml
vendored
2
.github/workflows/pull_requests.yml
vendored
@ -38,6 +38,8 @@ jobs:
|
|||||||
id: build-image
|
id: build-image
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
|
# Not being uploaded to any registry, use a simple name to allow Buildah to build correctly.
|
||||||
|
image: cyberchef
|
||||||
containerfiles: ./Dockerfile
|
containerfiles: ./Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
oci: true
|
oci: true
|
||||||
|
Loading…
Reference in New Issue
Block a user