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 4141 --tag "${DOCKER_REPOSITORY}/app:${DOCKER_TAG}" \
4242 .
4343
44- - name : Push Docker container image app:latest"
44+ - name : ' Push Docker container image app:latest'
4545 run : docker push "${DOCKER_REPOSITORY}/app:latest"
4646
47- - name : Push Docker container image app:v*"
47+ - name : ' Push Docker container image app with tag '
4848 run : docker push "${DOCKER_REPOSITORY}/app:${DOCKER_TAG}"
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ version: 2.0.7
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
23- appVersion : 2.0.7
23+ appVersion : 2.1.5
You can’t perform that action at this time.
0 commit comments