Viserion: Configure tagging from git hashes.
parent
3e21aa2829
commit
c1b8ac606d
|
@ -19,6 +19,14 @@ builds:
|
||||||
source: /^v(.+)$/
|
source: /^v(.+)$/
|
||||||
target: docker.dreamnetwork.oss:5000/icedream/test-repo:$1
|
target: docker.dreamnetwork.oss:5000/icedream/test-repo:$1
|
||||||
|
|
||||||
|
# Git commit hash -> Docker tag hash
|
||||||
|
- from: hash
|
||||||
|
source: /^(.+)$/
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
- viserion
|
||||||
|
target: $1-alpine
|
||||||
|
|
||||||
- context: .
|
- context: .
|
||||||
dockerfile: Dockerfile.alpine
|
dockerfile: Dockerfile.alpine
|
||||||
tags:
|
tags:
|
||||||
|
@ -36,3 +44,11 @@ builds:
|
||||||
- from: tag
|
- from: tag
|
||||||
source: /^v(.+)$/
|
source: /^v(.+)$/
|
||||||
target: docker.dreamnetwork.oss:5000/icedream/test-repo:$1-alpine
|
target: docker.dreamnetwork.oss:5000/icedream/test-repo:$1-alpine
|
||||||
|
|
||||||
|
# Git commit hash -> Docker tag hash
|
||||||
|
- from: hash
|
||||||
|
source: /^(.+)$/
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
- viserion
|
||||||
|
target: $1-alpine
|
||||||
|
|
Loading…
Reference in New Issue