Fix space indentation in .github/workflows/on-tag.yml

This commit is contained in:
wiz 2021-02-03 16:18:00 +09:00
parent b53d364877
commit 264bca9c56
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -48,10 +48,10 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
id: cache id: cache
with: with:
path: /tmp/.buildx-cache path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }} key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: | restore-keys: |
${{ runner.os }}-buildx- ${{ runner.os }}-buildx-
- name: Run Docker buildx for ${{ matrix.service }} against tag - name: Run Docker buildx for ${{ matrix.service }} against tag
run: | run: |