From e5aefa07d9a690c7efc6e20cd89ab1b9d5d412a1 Mon Sep 17 00:00:00 2001 From: Ville Aikas Date: Mon, 24 Jan 2022 18:53:22 -0800 Subject: [PATCH] la sigh, wrong dir from local tests --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 986cc2620..b8e69aedc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -77,7 +77,7 @@ jobs: # TODO(vaikas): Find a way to use the same image, for now, hack and # use different image for amd and arm until I sort it out. # https://github.com/vaikas/sigstore-scaffolding/issues/28 - sed -e 's@mysql:8.0@mysql/mysql-server:8.0@' /tmp/release.yaml > /tmp/release-arm.yaml + sed -e 's@mysql:8.0@mysql/mysql-server:8.0@' release.yaml > release-arm.yaml echo "Doing ko resolve for testdata" # Build a big bundle of test joy, this also produces SBOMs