From 583efdb00c1067a8bf063342baf14e2c7f839471 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Mon, 19 Jun 2023 19:27:34 +1000 Subject: [PATCH] fix containerfile path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8cf6e43..fdc049e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: uses: redhat-actions/buildah-build@v2.12 with: containerfiles: | - ./container/Containerfile + ./Containerfile image: ${{github.event.repository.full_name}} tags: latest ${{ github.sha }} oci: true