Skip to content

Commit

Permalink
chore: create a master tag on docker hub (#479)
Browse files Browse the repository at this point in the history
* chore: rename master tag

* chore: also include staging tag
  • Loading branch information
r4mmer authored Aug 27, 2024
1 parent 356148d commit 414f789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/github/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def prep_tags(environ: Dict):
# A push to master creates a staging tag
tags.add(base_ecr_tag + 'staging-{}-{}'.format(sha, timestamp))
tags.add(base_dockerhub_tag + 'staging-{}-{}'.format(sha, timestamp))
tags.add(base_dockerhub_tag + 'master')
else:
# A push to any other branch creates a dev tag
# XXX: We currently do not run on other branches
Expand Down

0 comments on commit 414f789

Please sign in to comment.