File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,22 @@ jobs:
2424 username : ${{ github.repository_owner }}
2525 password : ${{ secrets.GITHUB_TOKEN }}
2626
27+ - name : Login to Scaleway Container Registry
28+ uses : docker/login-action@v3
29+ with :
30+ registry : rg.nl-ams.scw.cloud/httptoolkit
31+ username : nologin
32+ password : ${{ secrets.SCW_REGISTRY_KEY }}
33+
2734 - name : Extract Docker metadata
2835 id : meta
2936 uses : docker/metadata-action@v3
3037 with :
3138 github-token : ${{ secrets.GITHUB_TOKEN }}
32- images : httptoolkit/docker-socks-tunnel,ghcr.io/httptoolkit/docker-socks-tunnel
39+ images : |
40+ httptoolkit/docker-socks-tunnel
41+ ghcr.io/httptoolkit/docker-socks-tunnel
42+ rg.nl-ams.scw.cloud/httptoolkit/docker-socks-tunnel
3343
3444 - uses : docker/build-push-action@v2
3545 with :
You can’t perform that action at this time.
0 commit comments