mirror of
https://github.com/Steffo99/greed.git
synced 2024-11-21 13:34:18 +00:00
Add missing commas
This commit is contained in:
parent
b6fd15636f
commit
29f3397d00
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
||||||
ghcr.io/steffo99/greed:${{ steps.semver.outputs.major }},
|
ghcr.io/steffo99/greed:${{ steps.semver.outputs.major }},
|
||||||
ghcr.io/steffo99/greed:latest
|
ghcr.io/steffo99/greed:latest
|
||||||
platforms: >-
|
platforms: >-
|
||||||
linux/amd64
|
linux/amd64,
|
||||||
linux/arm/v7
|
linux/arm/v7,
|
||||||
linux/arm64
|
linux/arm64
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Reference in a new issue