You've already forked go-semantic-release
buikd(docker): add github docker registy
This commit is contained in:
@@ -17,7 +17,9 @@ changelog:
|
||||
hooks:
|
||||
preRelease:
|
||||
- docker build -t nightapes/go-semantic-release:latest .
|
||||
- docker build -t nightapes/go-semantic-release:$RELEASE_VERSION .
|
||||
- docker tag nightapes/go-semantic-release:latest docker.pkg.github.com/Nightapes/go-semantic-release/go-semantic-release:$RELEASE_VERSION
|
||||
- docker tag nightapes/go-semantic-release:latest nightapes/go-semantic-release:$RELEASE_VERSION
|
||||
postRelease:
|
||||
- docker push nightapes/go-semantic-release:latest
|
||||
- docker push nightapes/go-semantic-release:$RELEASE_VERSION
|
||||
- docker push docker.pkg.github.com/Nightapes/go-semantic-release/go-semantic-release:$RELEASE_VERSION
|
||||
|
||||
Reference in New Issue
Block a user