Skip to content

Commit 12e75db

Browse files
committed
Use tee to print URL
1 parent e72da68 commit 12e75db

1 file changed

Lines changed: 1 addition & 1 deletion

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 > ~/url
20+
run: gzip -c image.tar | curl -Lu "$CAASIS_API_KEY" --data-binary @- https://oss2.caasis.cloud/new | tee ~/url
2121
if: ${{ github.head_ref }}
2222
env:
2323
CAASIS_API_KEY: ${{ secrets.CAASIS_API_KEY }}

0 commit comments

Comments
 (0)