fixed ci/cd not building alpine images
This commit is contained in:
parent
62ea694204
commit
c0195464c0
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
type=semver,pattern={{version}}
|
||||
flavor: |
|
||||
latest=true
|
||||
suffix=${{ matrix.suffix }}, onlatest=true
|
||||
suffix=${{ matrix.image_suffix }},onlatest=true
|
||||
labels: |
|
||||
maintainer=Mia Rose Winter
|
||||
org.opencontainers.image.title=Wave
|
||||
|
@ -67,4 +67,4 @@ jobs:
|
|||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args: |
|
||||
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
|
||||
BASE=${{ matrix.suffix }}
|
||||
BASE=${{ matrix.image_suffix }}
|
||||
|
|
Loading…
Reference in a new issue