There was an error while loading. Please reload this page.
1 parent e72da68 commit 12e75dbCopy full SHA for 12e75db
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Build image
18
run: docker 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://oss2.caasis.cloud/new > ~/url
+ run: gzip -c image.tar | curl -Lu "$CAASIS_API_KEY" --data-binary @- https://oss2.caasis.cloud/new | tee ~/url
21
if: ${{ github.head_ref }}
22
env:
23
CAASIS_API_KEY: ${{ secrets.CAASIS_API_KEY }}
0 commit comments