File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 11
11
# ###### Uncomment this to test the CI pipeline in a PR
12
12
# ###### You'll also need to comment the rules containing {{branch}}
13
13
# ###### in the `Extract Docker metadata` step
14
- pull_request :
15
- branches : [ "main" ]
14
+ # pull_request:
15
+ # branches: [ "main" ]
16
16
17
17
env :
18
18
# Use docker.io for Docker Hub if empty
@@ -92,10 +92,10 @@ jobs:
92
92
# https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
93
93
runner : ubuntu-24.04-arm
94
94
docker_target :
95
- # - migrations
95
+ - migrations
96
96
- http
97
- # - socketio
98
- # - dramatiq
97
+ - socketio
98
+ - dramatiq
99
99
steps :
100
100
# GitHub gives only repository complete in <owner>/<repo> format.
101
101
# Need some manual shenanigans
@@ -179,10 +179,10 @@ jobs:
179
179
strategy :
180
180
matrix :
181
181
docker_target :
182
- # - migrations
182
+ - migrations
183
183
- http
184
- # - socketio
185
- # - dramatiq
184
+ - socketio
185
+ - dramatiq
186
186
187
187
steps :
188
188
# GitHub gives only repository complete in <owner>/<repo> format.
@@ -229,9 +229,8 @@ jobs:
229
229
# generate Docker tags based on the following events/attributes
230
230
tags : |
231
231
type=sha
232
- type=sha,suffix=-test
233
- # type=raw,value={{branch}}-latest
234
- # type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
232
+ type=raw,value={{branch}}-latest
233
+ type=raw,value={{branch}}-{{date 'YYYYMMDDHHmmss'}}
235
234
236
235
- name : Create manifest list and push
237
236
working-directory : ${{ runner.temp }}/digests/${{ matrix.docker_target }}
You can’t perform that action at this time.
0 commit comments