mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-24 11:02:32 +02:00
quote versions to avoid yml treating them as numbers
This commit is contained in:
parent
a3d14fbecb
commit
184a043496
2
.github/workflows/qemu-perf.yml
vendored
2
.github/workflows/qemu-perf.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_BUILDKIT: 1
|
DOCKER_BUILDKIT: 1
|
||||||
MINOR: 0.20
|
MINOR: '0.20'
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -18,11 +18,11 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
subver:
|
subver:
|
||||||
- 0.16
|
- '0.16'
|
||||||
- 0.17
|
- '0.17'
|
||||||
- 0.18
|
- '0.18'
|
||||||
- 0.19
|
- '0.19'
|
||||||
- 0.20
|
- '0.20'
|
||||||
|
|
||||||
arch:
|
arch:
|
||||||
- amd64
|
- amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user