We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb898bf commit 49f5f45Copy full SHA for 49f5f45
1 file changed
.github/workflows/ci.yml
@@ -24,12 +24,22 @@ jobs:
24
username: ${{ github.repository_owner }}
25
password: ${{ secrets.GITHUB_TOKEN }}
26
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
+
34
- name: Extract Docker metadata
35
id: meta
36
uses: docker/metadata-action@v3
37
with:
38
github-token: ${{ secrets.GITHUB_TOKEN }}
- 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
43
44
- uses: docker/build-push-action@v2
45
0 commit comments