Skip to content

Commit

Permalink
Fix PR workflow, Buildah requires atleast an image name if no tags sp…
Browse files Browse the repository at this point in the history
…ecified
  • Loading branch information
AshCorr committed Feb 12, 2024
1 parent 4cf6044 commit 50a7660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
id: build-image
uses: redhat-actions/buildah-build@v2
with:
# Not being uploaded to any registry, use a simple name to allow Buildah to build correctly.
image: cyberchef
containerfiles: ./Dockerfile
platforms: linux/amd64
oci: true
Expand Down

0 comments on commit 50a7660

Please sign in to comment.