Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 5753e76

Browse files
author
Aaron
authored
Merge pull request #2582 from afshinpaydar-binary/Add_latest_tag_to_docker_image
Update config.yml
2 parents 94d96e9 + 012679f commit 5753e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ commands:
9696
command: |
9797
build_tag="${CIRCLE_SHA1}"
9898
[ "<< parameters.target >>" == "beta" ] && build_tag="beta-${CIRCLE_SHA1}"
99-
docker build -t ${DOCKHUB_ORGANISATION}/binary-static-bot:${build_tag} -t ${DOCKHUB_ORGANISATION}/binary-static-bot:latest.
99+
docker build -t ${DOCKHUB_ORGANISATION}/binary-static-bot:${build_tag} -t ${DOCKHUB_ORGANISATION}/binary-static-bot:latest .
100100
- run:
101101
name: Pushing Image to docker hub
102102
command: |

0 commit comments

Comments
 (0)