We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b41cc commit 7b8ac76Copy full SHA for 7b8ac76
1 file changed
.github/workflows/on_release.yml
@@ -32,15 +32,3 @@ jobs:
32
push: true
33
tags: ${{ steps.meta.outputs.tags }}
34
labels: ${{ steps.meta.outputs.labels }}
35
- deploy:
36
- name: Deploy
37
- runs-on: ubuntu-latest
38
- needs:
39
- - build_docker
40
- steps:
41
- - name: Checkout
42
- uses: actions/checkout@v4
43
- with:
44
- fetch-depth: 1
45
- - name: Curl -XPOST URL
46
- run: curl -XPOST https://portainer.makecodes.dev/api/webhooks/c9edd686-4c24-434f-9670-92e51ac5b801
0 commit comments