1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

missing comma

This commit is contained in:
Jason Nagin 2025-01-02 14:13:55 -05:00 committed by GitHub
parent 353e443762
commit 5824ad56a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ on:
}, },
{ {
"image_repo": "quay.io/fedora-ostree-desktops", "image_repo": "quay.io/fedora-ostree-desktops",
"image_name": "base" "image_name": "base",
"version": "40" "version": "40"
}, },
{ {