There was an error while loading. Please reload this page.
1 parent 8ddab24 commit 9c16b95Copy full SHA for 9c16b95
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Build image
18
run: buildx build . -o type=oci,dest=image.tar
19
- name: Push image to Caasis
20
- run: gzip -c image.tar | curl -Lu "$CAASIS_API_KEY" --data-binary @- https://api.caasis.cloud/new > ~/url
+ run: gzip -c image.tar | curl -Lu "$CAASIS_API_KEY" --data-binary @- https://oss2.caasis.cloud/new > ~/url
21
if: ${{ github.head_ref }}
22
env:
23
CAASIS_API_KEY: ${{ secrets.CAASIS_API_KEY }}
0 commit comments