From db56787ef37ec087786eea027dbf2005b540fc18 Mon Sep 17 00:00:00 2001 From: Chris Porter Date: Mon, 29 Apr 2024 09:37:32 -0500 Subject: [PATCH] Release: minor typo fix Signed-off-by: Chris Porter --- .github/workflows/pre-install-image-publish-on-merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-install-image-publish-on-merge.yaml b/.github/workflows/pre-install-image-publish-on-merge.yaml index 2146fc6c..b5ad3189 100644 --- a/.github/workflows/pre-install-image-publish-on-merge.yaml +++ b/.github/workflows/pre-install-image-publish-on-merge.yaml @@ -19,7 +19,7 @@ env: REGISTRY: quay.io jobs: - buid: + build: runs-on: ubuntu-22.04 steps: - name: Checkout repository