fix docker build
This commit is contained in:
parent
7d70a48bae
commit
f1669a6241
|
@ -82,11 +82,13 @@ jobs:
|
||||||
images: |
|
images: |
|
||||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
# generate Docker tags based on the following events/attributes
|
# generate Docker tags based on the following events/attributes
|
||||||
|
flavor: |
|
||||||
|
suffix=-alpine,onlatest=true
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{version}}-alpine
|
type=semver,pattern={{version}}
|
||||||
type=semver,pattern={{major}}.{{minor}}-alpine
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
type=semver,pattern={{major}}-alpine
|
type=semver,pattern={{major}}
|
||||||
type=sha,suffix=-alpine
|
type=sha
|
||||||
-
|
-
|
||||||
name: Build and push alpine image
|
name: Build and push alpine image
|
||||||
id: docker_build_alpine
|
id: docker_build_alpine
|
||||||
|
|
Loading…
Reference in New Issue