Skip to content

Commit 2739e72

Browse files
committed
chore: also include staging tag
1 parent 11f7578 commit 2739e72

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
@@ -46,6 +46,7 @@ def prep_tags(environ: Dict):
4646
elif ref == 'refs/heads/master':
4747
# A push to master creates a staging tag
4848
tags.add(base_ecr_tag + 'staging-{}-{}'.format(sha, timestamp))
49+
tags.add(base_dockerhub_tag + 'staging-{}-{}'.format(sha, timestamp))
4950
tags.add(base_dockerhub_tag + 'master')
5051
else:
5152
# A push to any other branch creates a dev tag

0 commit comments

Comments
 (0)