File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ jobs:
5252 --tag "${DOCKER_REPOSITORY}/frontend:${DOCKER_TAG}" \
5353 frontend
5454
55- - name : Push Docker container image frontend:v*"
56- run : docker push "${DOCKER_REPOSITORY}/frontend:${DOCKER_TAG}"
57-
5855 - name : Push Docker container image frontend:latest"
5956 run : docker push "${DOCKER_REPOSITORY}/frontend:latest"
6057
61- - name : Push Docker container image backend :v*"
62- run : docker push "${DOCKER_REPOSITORY}/backend :${DOCKER_TAG}"
58+ - name : Push Docker container image frontend :v*"
59+ run : docker push "${DOCKER_REPOSITORY}/frontend :${DOCKER_TAG}"
6360
6461 - name : Push Docker container image backend:latest"
6562 run : docker push "${DOCKER_REPOSITORY}/backend:latest"
63+
64+ - name : Push Docker container image backend:v*"
65+ run : docker push "${DOCKER_REPOSITORY}/backend:${DOCKER_TAG}"
You can’t perform that action at this time.
0 commit comments