There was an error while loading. Please reload this page.
1 parent f402c45 commit 5084995Copy full SHA for 5084995
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://api.caasis.cloud/new/${{ github.event.pull_request.html_url }} | tee ~/url
+ run: gzip -c image.tar | curl -Lu "$CAASIS_API_KEY" --data-binary @- https://api.caasis.cloud/new/$GITHUB_REPOSITORY/$GITHUB_HEAD_REF | tee ~/url
21
if: ${{ github.head_ref }}
22
env:
23
CAASIS_API_KEY: ${{ secrets.CAASIS_API_KEY }}
0 commit comments