We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3f585 commit 1c03098Copy full SHA for 1c03098
1 file changed
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: deploy
2
3
on:
4
release:
5
- type: [published]
+ type: [created]
6
7
jobs:
8
porter-deploy:
@@ -27,6 +27,8 @@ jobs:
27
uses: docker/build-push-action@v2
28
with:
29
push: true
30
- tags: rg.fr-par.scw.cloud/beanz/api:${{ steps.get_tag.outputs.tag }}
+ tags: |
31
+ rg.fr-par.scw.cloud/codebench/front:${{ steps.get_tag.outputs.tag }}
32
+ rg.fr-par.scw.cloud/codebench/front:latest
33
- name: Deploy on Porter
34
run: curl -X POST "https://dashboard.getporter.dev/api/webhooks/deploy/${{secrets.PORTER_WEBHOOK}}?commit=${{ steps.get_tag.outputs.tag }}"
0 commit comments