diff --git a/.github/workflows/on-tag.yml b/.github/workflows/on-tag.yml index 2f6cbbe93..6af33cd12 100644 --- a/.github/workflows/on-tag.yml +++ b/.github/workflows/on-tag.yml @@ -48,10 +48,10 @@ jobs: uses: actions/cache@v2 id: cache with: - path: /tmp/.buildx-cache - key: ${{ runner.os }}-buildx-${{ github.sha }} - restore-keys: | - ${{ runner.os }}-buildx- + path: /tmp/.buildx-cache + key: ${{ runner.os }}-buildx-${{ github.sha }} + restore-keys: | + ${{ runner.os }}-buildx- - name: Run Docker buildx for ${{ matrix.service }} against tag run: |