Skip to content

Commit 1c03098

Browse files
committed
fix(worflow): update release trigger and docker tags
1 parent 2b3f585 commit 1c03098

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: deploy
22

33
on:
44
release:
5-
type: [published]
5+
type: [created]
66

77
jobs:
88
porter-deploy:
@@ -27,6 +27,8 @@ jobs:
2727
uses: docker/build-push-action@v2
2828
with:
2929
push: true
30-
tags: rg.fr-par.scw.cloud/beanz/api:${{ steps.get_tag.outputs.tag }}
30+
tags: |
31+
rg.fr-par.scw.cloud/codebench/front:${{ steps.get_tag.outputs.tag }}
32+
rg.fr-par.scw.cloud/codebench/front:latest
3133
- name: Deploy on Porter
3234
run: curl -X POST "https://dashboard.getporter.dev/api/webhooks/deploy/${{secrets.PORTER_WEBHOOK}}?commit=${{ steps.get_tag.outputs.tag }}"

0 commit comments

Comments
 (0)