File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 -t efiling-api:builder
3434 --build-arg SERVICE_NAME=efiling-api
3535 --build-arg MVN_PROFILE=efiling-api-demo
36- --build-arg STARTERS_V=v1.0.4
36+ --build-arg STARTERS_V=v1.0.5
3737 --cache-from=docker.pkg.github.com/$GITHUB_REPOSITORY/efiling-api:builder
3838
3939 - name : tag & push efiling-api to git container registry
4949 -t efiling-api:demo
5050 --build-arg SERVICE_NAME=efiling-api
5151 --build-arg MVN_PROFILE=efiling-api-demo
52- --build-arg STARTERS_V=v1.0.4
52+ --build-arg STARTERS_V=v1.0.5
5353 --cache-from=docker.pkg.github.com/$GITHUB_REPOSITORY/efiling-api:builder
5454 --cache-from=docker.pkg.github.com/$GITHUB_REPOSITORY/efiling-api:demo
5555
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
1818 args :
1919 - MVN_PROFILE=${MVN_PROFILE:-efiling-api-demo}
2020 - SKIP_TESTS=true
21- - STARTERS_V=v1.0.4
21+ - STARTERS_V=v1.0.5
2222
2323 # #############################################################################################
2424 # ### KEYCLOAK Config ###
You can’t perform that action at this time.
0 commit comments