File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 2222 username : ${{ secrets.DOCKER_REGISTRY_LOGIN }}
2323 password : ${{ secrets.DOCKER_REGISTRY_TOKEN }}
2424
25+ - name : Login to Twir registry
26+ if : steps.changed-files.outputs.any_changed == 'true' || github.event.inputs.skip-change-detect == 'true'
27+ uses : docker/login-action@v3
28+ with :
29+ registry : registry.twir.app
30+ username : ${{ secrets.DOCKER_TWIR_LOGIN }}
31+ password : ${{ secrets.DOCKER_TWIR_PASSWORD }}
32+
2533 - name : Set up Docker Buildx
2634 uses : docker/setup-buildx-action@v3
2735
3139 platforms : linux/amd64,linux/arm64
3240 tags : |
3341 twirapp/toxicity-detector:latest
42+ registry.twir.app/twirapp/toxicity-detector:latest
3443 push : true
3544 cache-from : type=gha
3645 cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments