We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356148d commit 414f789Copy full SHA for 414f789
scripts/github/docker.py
@@ -47,6 +47,7 @@ def prep_tags(environ: Dict):
47
# A push to master creates a staging tag
48
tags.add(base_ecr_tag + 'staging-{}-{}'.format(sha, timestamp))
49
tags.add(base_dockerhub_tag + 'staging-{}-{}'.format(sha, timestamp))
50
+ tags.add(base_dockerhub_tag + 'master')
51
else:
52
# A push to any other branch creates a dev tag
53
# XXX: We currently do not run on other branches
0 commit comments