Skip to content

Commit b4fba21

Browse files
authored
Merge branch 'main' into refactor/controller-analytics-functions
2 parents 4432d0c + a31b97e commit b4fba21

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

.github/workflows/tests-all.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ jobs:
7979
username: ${{ github.actor }}
8080
password: ${{ secrets.GITHUB_TOKEN }}
8181

82+
- name: "Log in to DockerHub"
83+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
84+
with:
85+
username: scenescape
86+
password: ${{ secrets.DOCKERHUB_TOKEN }}
87+
8288
- name: "Setup Cache Targets"
8389
id: setup-cache
8490
uses: ./.github/actions/setup-cache
@@ -134,6 +140,12 @@ jobs:
134140
username: ${{ github.actor }}
135141
password: ${{ secrets.GITHUB_TOKEN }}
136142

143+
- name: "Log in to DockerHub"
144+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
145+
with:
146+
username: scenescape
147+
password: ${{ secrets.DOCKERHUB_TOKEN }}
148+
137149
- name: "Setup Cache Targets"
138150
id: setup-cache
139151
uses: ./.github/actions/setup-cache
@@ -189,6 +201,12 @@ jobs:
189201
username: ${{ github.actor }}
190202
password: ${{ secrets.GITHUB_TOKEN }}
191203

204+
- name: "Log in to DockerHub"
205+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
206+
with:
207+
username: scenescape
208+
password: ${{ secrets.DOCKERHUB_TOKEN }}
209+
192210
- name: "Setup Cache Targets"
193211
id: setup-cache
194212
uses: ./.github/actions/setup-cache
@@ -244,6 +262,12 @@ jobs:
244262
username: ${{ github.actor }}
245263
password: ${{ secrets.GITHUB_TOKEN }}
246264

265+
- name: "Log in to DockerHub"
266+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
267+
with:
268+
username: scenescape
269+
password: ${{ secrets.DOCKERHUB_TOKEN }}
270+
247271
- name: "Setup Cache Targets"
248272
id: setup-cache
249273
uses: ./.github/actions/setup-cache
@@ -299,6 +323,12 @@ jobs:
299323
username: ${{ github.actor }}
300324
password: ${{ secrets.GITHUB_TOKEN }}
301325

326+
- name: "Log in to DockerHub"
327+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
328+
with:
329+
username: scenescape
330+
password: ${{ secrets.DOCKERHUB_TOKEN }}
331+
302332
- name: "Setup Cache Targets"
303333
id: setup-cache
304334
uses: ./.github/actions/setup-cache

.github/workflows/tests-bat.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ jobs:
142142
username: ${{ github.actor }}
143143
password: ${{ secrets.GITHUB_TOKEN }}
144144

145+
- name: "Log in to DockerHub"
146+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
147+
with:
148+
username: scenescape
149+
password: ${{ secrets.DOCKERHUB_TOKEN }}
150+
145151
- name: "Setup Cache Targets"
146152
id: setup-cache
147153
uses: ./.github/actions/setup-cache
@@ -192,6 +198,12 @@ jobs:
192198
username: ${{ github.actor }}
193199
password: ${{ secrets.GITHUB_TOKEN }}
194200

201+
- name: "Log in to DockerHub"
202+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
203+
with:
204+
username: scenescape
205+
password: ${{ secrets.DOCKERHUB_TOKEN }}
206+
195207
- name: "Setup Cache Targets"
196208
id: setup-cache
197209
uses: ./.github/actions/setup-cache

0 commit comments

Comments
 (0)