You've already forked microservices
mirror of
https://github.com/ebosas/microservices.git
synced 2025-08-24 20:08:55 +02:00
Test pipeline
This commit is contained in:
@@ -12,7 +12,4 @@ phases:
|
||||
post_build:
|
||||
commands:
|
||||
- docker push $REPO_URI:latest
|
||||
- docker push $REPO_URI:$TAG
|
||||
- printf '{"ImageURI":"%s"}' $REPO_URI:latest > imageDetail.json
|
||||
artifacts:
|
||||
files: imageDetail.json
|
||||
- docker push $REPO_URI:$TAG
|
@@ -335,9 +335,7 @@ Resources:
|
||||
ParameterOverrides: !Sub |
|
||||
{
|
||||
"EnvironmentName": "${EnvironmentName}",
|
||||
"ImageUrl": {
|
||||
"Fn::GetParam" : ["Source", "imageDetail.json", "ImageURI"]
|
||||
}
|
||||
"ImageUrl": "${ServerRepository.RepositoryUri}:latest"
|
||||
}
|
||||
InputArtifacts:
|
||||
- Name: Source
|
||||
|
Reference in New Issue
Block a user