From: David NĂ©grier Date: Wed, 27 May 2020 20:27:52 +0000 (+0200) Subject: Fixing Docker X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2b7a11dffc35d63dc180c6b8487e7381df9f2328;p=libreadventure.git Fixing Docker --- diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 919d685..9409646 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -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: