mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
Have to wrap 7.0 in quotes so YAML doesn't interpret as a float
This commit is contained in:
2
.github/workflows/edge-build.yml
vendored
2
.github/workflows/edge-build.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
builds:
|
||||
- base_tag: 7.0
|
||||
- base_tag: '7.0'
|
||||
tag: edge
|
||||
- base_tag: 7.0-nvidia
|
||||
tag: edge-nvidia
|
||||
|
||||
Reference in New Issue
Block a user