Merge pull request #131 from thecodingmachine/cleanup_namespace

Fixing Docker reference to image
This commit is contained in:
David Négrier
2020-05-27 22:28:35 +02:00
committed by GitHub
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- uses: rlespinasse/github-slug-action@1.1.0
- name: Cleanup
uses: thecodingmachine/deeployer-cleanup-action@master
uses: docker://thecodingmachine/deeployer-cleanup-action@master
env:
KUBE_CONFIG_FILE: ${{ secrets.KUBE_CONFIG_FILE }}
with: