FIX: fixed the deploy workflow to also build images on new releases

This commit is contained in:
kharhamel 2021-04-29 14:44:41 +02:00
parent 746f1029a8
commit 7bd524ba55
3 changed files with 16 additions and 12 deletions

View file

@ -18,6 +18,7 @@ jobs:
- uses: rlespinasse/github-slug-action@3.1.0
- name: Cleanup
continue-on-error: true
uses: thecodingmachine/deeployer-cleanup-action@master
env:
KUBE_CONFIG_FILE: ${{ secrets.KUBE_CONFIG_FILE }}