From b2d3c22c669179afc9228e6f250ecd22905532ae Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Mon, 22 Mar 2021 21:55:55 +0300 Subject: [PATCH] ci: fix typo --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d767e5..ba3cad4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Prepare zero-ui + - name: Prepare zero-ui id: prep_zero-ui run: | DOCKER_IMAGE=${{ secrets.DOCKER_HUB_USERNAME }}/zero-ui @@ -62,7 +62,7 @@ jobs: tags: ${{ steps.prep.outputs.tags }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache - - name: Build and push + - name: Build and push id: docker_build_zerotier-controller uses: docker/build-push-action@v2 with: