瀏覽代碼

Fix PR workflow, Buildah requires atleast an image name if no tags specified

Ashleigh Carr 1 年之前
父節點
當前提交
7582abfa27
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/pull_requests.yml

+ 2 - 0
.github/workflows/pull_requests.yml

@@ -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