File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ jobs:
52
52
--tag "${DOCKER_REPOSITORY}/frontend:${DOCKER_TAG}" \
53
53
frontend
54
54
55
- - name : Push Docker container image frontend:v*"
56
- run : docker push "${DOCKER_REPOSITORY}/frontend:${DOCKER_TAG}"
57
-
58
55
- name : Push Docker container image frontend:latest"
59
56
run : docker push "${DOCKER_REPOSITORY}/frontend:latest"
60
57
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}"
63
60
64
61
- name : Push Docker container image backend:latest"
65
62
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