From 7a8916c9cd13b20bab15b16a21879fce270cbd58 Mon Sep 17 00:00:00 2001 From: Akhil Gupta Date: Tue, 26 Apr 2022 12:27:01 +0530 Subject: [PATCH] fix file --- .github/workflows/hub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hub.yml b/.github/workflows/hub.yml index 0d48b09..af22356 100644 --- a/.github/workflows/hub.yml +++ b/.github/workflows/hub.yml @@ -16,7 +16,7 @@ jobs: with: platforms: linux/amd64,linux/arm64,linux/arm/v7 - name: Available platforms - run: echo ${{ steps.qemu.outputs.platforms } + run: echo ${{ steps.qemu.outputs.platforms }} - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: Set up build cache