Skip to content

Commit 49f5f45

Browse files
committed
Deploy image to SCW registry too
1 parent bb898bf commit 49f5f45

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)