mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Fix space indentation in .github/workflows/on-tag.yml
This commit is contained in:
parent
b53d364877
commit
264bca9c56
8
.github/workflows/on-tag.yml
vendored
8
.github/workflows/on-tag.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user