1818 workflow_dispatch : {}
1919
2020jobs :
21+ # Note: we are moving towards renaming all images `syncserver`, the union of sync and tokenserver.
22+ # This presently remains for the time being to simplify deploys by maintaining `image_name: syncstorage-rs`.
23+ # Historical context: <https://github.com/mozilla-services/syncstorage-rs/pull/1306>
2124 build-and-push-syncstorage-rs :
2225 if : >
2326 github.event_name == 'workflow_dispatch' ||
4447 MYSQLCLIENT_PKG=libmysqlclient-dev
4548 should_tag_ghcr : true
4649
47- build-and-push-syncstorage-rs -postgres :
50+ build-and-push-syncserver -postgres :
4851 if : >
4952 github.event_name == 'workflow_dispatch' ||
5053 (
@@ -62,14 +65,17 @@ jobs:
6265 packages : write
6366 uses : mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@4784cb70739a4f32ce010921f60fb1ebbc791a38 # v6.2.2
6467 with :
65- image_name : syncstorage-rs -postgres
68+ image_name : syncserver -postgres
6669 gar_name : sync-prod
6770 project_id : moz-fx-sync-prod
6871 docker_build_args : |
6972 SYNCSTORAGE_DATABASE_BACKEND=postgres
7073 TOKENSERVER_DATABASE_BACKEND=postgres
7174 should_tag_ghcr : true
7275
76+ # Note: we are moving towards renaming all images `syncserver`, the union of sync and tokenserver.
77+ # This presently remains for the time being to simplify deploys by maintaining `image_name: syncstorage-rs-spanner-python-utils`.
78+ # Historical context: <https://github.com/mozilla-services/syncstorage-rs/pull/1306>
7379 build-and-push-syncstorage-rs-spanner-python-utils :
7480 if : >
7581 github.event_name == 'workflow_dispatch' ||
95101 image_build_context : tools/spanner
96102 should_tag_ghcr : true
97103
98- build-and-push-syncstorage-rs -postgres-python-utils :
104+ build-and-push-syncserver -postgres-python-utils :
99105 if : >
100106 github.event_name == 'workflow_dispatch' ||
101107 (
@@ -113,14 +119,14 @@ jobs:
113119 packages : write
114120 uses : mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@4784cb70739a4f32ce010921f60fb1ebbc791a38 # v6.2.2
115121 with :
116- image_name : syncstorage-rs -postgres-python-utils
122+ image_name : syncserver -postgres-python-utils
117123 gar_name : sync-prod
118124 project_id : moz-fx-sync-prod
119125 dockerfile_path : tools/postgres/Dockerfile
120126 image_build_context : tools/postgres
121127 should_tag_ghcr : true
122128
123- build-and-push-syncstorage-rs -mysql :
129+ build-and-push-syncserver -mysql :
124130 if : >
125131 github.event_name == 'workflow_dispatch' ||
126132 (
@@ -138,7 +144,7 @@ jobs:
138144 packages : write
139145 uses : mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@4784cb70739a4f32ce010921f60fb1ebbc791a38 # v6.2.2
140146 with :
141- image_name : syncstorage-rs -mysql
147+ image_name : syncserver -mysql
142148 gar_name : sync-prod
143149 project_id : moz-fx-sync-prod
144150 docker_build_args : |
0 commit comments