Skip to content

Commit 7582abf

Browse files
committed
Fix PR workflow, Buildah requires atleast an image name if no tags specified
1 parent 3f89a94 commit 7582abf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/pull_requests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
id: build-image
3939
uses: redhat-actions/buildah-build@v2
4040
with:
41+
# Not being uploaded to any registry, use a simple name to allow Buildah to build correctly.
42+
image: cyberchef
4143
containerfiles: ./Dockerfile
4244
platforms: linux/amd64
4345
oci: true

0 commit comments

Comments
 (0)