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 1111# ###### Uncomment this to test the CI pipeline in a PR
1212# ###### You'll also need to comment the rules containing {{branch}}
1313# ###### in the `Extract Docker metadata` step
14- pull_request :
15- branches : [ "main" ]
14+ # pull_request:
15+ # branches: [ "main" ]
1616
1717env :
1818 # Use docker.io for Docker Hub if empty
@@ -92,10 +92,10 @@ jobs:
9292 # https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
9393 runner : ubuntu-24.04-arm
9494 docker_target :
95- # - migrations
95+ - migrations
9696 - http
97- # - socketio
98- # - dramatiq
97+ - socketio
98+ - dramatiq
9999 steps :
100100 # GitHub gives only repository complete in <owner>/<repo> format.
101101 # Need some manual shenanigans
@@ -179,10 +179,10 @@ jobs:
179179 strategy :
180180 matrix :
181181 docker_target :
182- # - migrations
182+ - migrations
183183 - http
184- # - socketio
185- # - dramatiq
184+ - socketio
185+ - dramatiq
186186
187187 steps :
188188 # GitHub gives only repository complete in <owner>/<repo> format.
@@ -229,9 +229,8 @@ jobs:
229229 # generate Docker tags based on the following events/attributes
230230 tags : |
231231 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'}}
235234
236235 - name : Create manifest list and push
237236 working-directory : ${{ runner.temp }}/digests/${{ matrix.docker_target }}
You can’t perform that action at this time.
0 commit comments