From d6217c0de2f71299c554a133eb34bebb77396388 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Wed, 20 Jan 2021 23:02:18 -0800 Subject: [PATCH] Update repository config (#102) /cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index acc1af40a..120da986f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,9 +22,6 @@ jobs: id: qemu uses: docker/setup-qemu-action@v1 - - name: Available platforms - run: echo ${{steps.qemu.outputs.platforms}} - - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1