diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index dad21d12..dae8cef6 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -57,7 +57,7 @@ jobs: - name: install imagebuilder run: go install github.com/openshift/imagebuilder/cmd/imagebuilder@v1.2.1 - name: pull base image - run: docker pull registry.access.redhat.com/ubi8/ubi-minimal:latest --platform=linux/${{ matrix.arch }} + run: docker pull registry.access.redhat.com/ubi8/ubi-minimal:latest --platform=linux/${{ matrix.arch }} - name: images run: | IMAGE_TAG=${{ needs.env.outputs.RELEASE_VERSION }}-${{ matrix.arch }} \