From 04bd9ce9d54d04d1d747f2d7128f4b068beefe37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 27 May 2020 22:30:42 +0200 Subject: [PATCH] Fixing Docker again --- .github/workflows/cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 94096461..919d685a 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: docker://thecodingmachine/deeployer-cleanup-action@master + uses: thecodingmachine/deeployer-cleanup-action@master env: KUBE_CONFIG_FILE: ${{ secrets.KUBE_CONFIG_FILE }} with: