From e7d98d0a975b9bfa3ec1656e3c7cc382f2bfde39 Mon Sep 17 00:00:00 2001 From: Jian Qiu Date: Tue, 12 Jul 2022 12:00:34 +0800 Subject: [PATCH] fix release yaml (#264) Signed-off-by: Jian Qiu --- .github/workflows/go-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index c00821e71..18292bb7f 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -54,7 +54,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: install imagebuilder run: go install github.com/openshift/imagebuilder/cmd/imagebuilder@v1.2.1 - - name: pull base image + - name: pull base image run: docker pull registry.access.redhat.com/ubi8/ubi-minimal:latest --platform=linux/${{ matrix.arch }} - name: images run: |