mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
ci(golang): fix syncing build image golang 1.20 (#1205)
Since the matrix values were unquoted, the logic reading the yaml considered them numbers Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
parent
672a2cd384
commit
1f9f178a57
1 changed files with 3 additions and 3 deletions
6
.github/workflows/sync-3rdparty-images.yaml
vendored
6
.github/workflows/sync-3rdparty-images.yaml
vendored
|
@ -17,9 +17,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
golang_version:
|
||||
- 1.18
|
||||
- 1.19
|
||||
- 1.20
|
||||
- "1.18"
|
||||
- "1.19"
|
||||
- "1.20"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Log in to GitHub Docker Registry
|
||||
|
|
Loading…
Reference in a new issue