Skip to content

Commit 414f789

Browse files
authored
chore: create a master tag on docker hub (#479)
* chore: rename master tag * chore: also include staging tag
1 parent 356148d commit 414f789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/github/docker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def prep_tags(environ: Dict):
4747
# A push to master creates a staging tag
4848
tags.add(base_ecr_tag + 'staging-{}-{}'.format(sha, timestamp))
4949
tags.add(base_dockerhub_tag + 'staging-{}-{}'.format(sha, timestamp))
50+
tags.add(base_dockerhub_tag + 'master')
5051
else:
5152
# A push to any other branch creates a dev tag
5253
# XXX: We currently do not run on other branches

0 commit comments

Comments
 (0)