File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ jobs:
4646 --tag "${DOCKER_REPOSITORY}/frontend-static:latest" \
4747 --tag "${DOCKER_REPOSITORY}/frontend-static:${DOCKER_TAG}" \
4848 frontend
49- - name : ' Push Docker container image frontend:latest'
49+ - name : ' Push Docker container image frontend-static :latest'
5050 run : docker push "${DOCKER_REPOSITORY}/frontend-static:latest"
5151
52- - name : ' Push Docker container image frontend:v*'
52+ - name : ' Push Docker container image frontend-static :v*'
5353 run : docker push "${DOCKER_REPOSITORY}/frontend-static:${DOCKER_TAG}"
5454#
5555#
6464#
6565# - name: Push Docker container image backend:v*
6666# run: docker push "${DOCKER_REPOSITORY}/backend:${DOCKER_TAG}"
67-
67+
6868 # - name: Push Docker container image :v*"
6969 # run: docker push "${DOCKER_REPOSITORY}:${DOCKER_TAG}"
70-
You can’t perform that action at this time.
0 commit comments