1+ # Mozilla Deploy Actions url: <https://github.com/mozilla-it/deploy-actions>
2+ # Note: even though Mozilla maintains the above actions, it is still suggested
3+ # when upgrading to use the full commit SHA and comment with version.
4+ # See <https://docs.github.com/en/actions/reference/security/secure-use#using-third-party-actions>
5+ # Ex. `mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@4784cb70739a4f32ce010921f60fb1ebbc791a38 # v6.2.2`
16name : Build, Tag and Push Container Images to GAR Repository
27
38on :
914 branches :
1015 - master
1116 tags :
12- - " ** "
17+ - ' ** '
1318 workflow_dispatch : {}
1419
1520jobs :
3944 contents : read
4045 id-token : write
4146 packages : write
42- uses : mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@v6.2.2
47+ uses : mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@4784cb70739a4f32ce010921f60fb1ebbc791a38 # v6.2.2
4348 with :
4449 image_name : syncstorage-rs
4550 gar_name : sync-prod
6772 contents : read
6873 id-token : write
6974 packages : write
70- uses : mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@v6.2.2
75+ uses : mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@4784cb70739a4f32ce010921f60fb1ebbc791a38 # v6.2.2
7176 with :
7277 image_name : syncstorage-rs-postgres
7378 gar_name : sync-prod
95100 contents : read
96101 id-token : write
97102 packages : write
98- uses : mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@v6.2.2
103+ uses : mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@4784cb70739a4f32ce010921f60fb1ebbc791a38 # v6.2.2
99104 with :
100105 image_name : syncstorage-rs-spanner-python-utils
101106 gar_name : sync-prod
@@ -122,7 +127,7 @@ jobs:
122127 contents : read
123128 id-token : write
124129 packages : write
125- uses : mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@v6.2.2
130+ uses : mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@4784cb70739a4f32ce010921f60fb1ebbc791a38 # v6.2.2
126131 with :
127132 image_name : syncstorage-rs-postgres-python-utils
128133 gar_name : sync-prod
@@ -149,7 +154,7 @@ jobs:
149154 contents : read
150155 id-token : write
151156 packages : write
152- uses : mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@v6.2.2
157+ uses : mozilla-it/deploy-actions/.github/workflows/build-and-push.yml@4784cb70739a4f32ce010921f60fb1ebbc791a38 # v6.2.2
153158 with :
154159 image_name : syncstorage-rs-mysql
155160 gar_name : sync-prod
0 commit comments