Skip to content

Commit 26d6d83

Browse files
committed
Remove oss2 references
1 parent 12e75db commit 26d6d83

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build image
1818
run: docker buildx build . -o type=oci,dest=image.tar
1919
- name: Push image to Caasis
20-
run: gzip -c image.tar | curl -Lu "$CAASIS_API_KEY" --data-binary @- https://oss2.caasis.cloud/new | tee ~/url
20+
run: gzip -c image.tar | curl -Lu "$CAASIS_API_KEY" --data-binary @- https://api.caasis.cloud/new | tee ~/url
2121
if: ${{ github.head_ref }}
2222
env:
2323
CAASIS_API_KEY: ${{ secrets.CAASIS_API_KEY }}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ This repository serves as an example to use [Caasis](https://caasis.cloud/).
55
## Usage
66

77
- Fork or clone the repository.
8-
- Change `api.caasis.cloud` in the `.github/workflows/ci.yml` file with your endpoint (like `oss2.caasis.cloud`).
98
- Add your `CAASIS_API_KEY` on the repository, see https://docs.github.com/en/actions/how-tos/write-workflows/choose-what-workflows-do/use-secrets#creating-secrets-for-a-repository
109
- Open a PR, a preview link should appear.
1110

0 commit comments

Comments
 (0)