Skip to content

Commit 5620c9c

Browse files
fix(ci): show same Docker tag in log output
1 parent 477c1f7 commit 5620c9c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/containers-publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
#
@@ -64,7 +64,6 @@ jobs:
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-

0 commit comments

Comments
 (0)