From 0e95edf6aae490293f91434d8aa6a71f3d4b0e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 29 Aug 2022 11:00:41 +0200 Subject: [PATCH] fix workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e56cd6..9bfb838 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,6 @@ jobs: - name: Run tests run: | git clone https://github.com/lnbits/lnbits-legend.git - docker build -t lnbits-legend lnbits-legend + docker build -t lnbitsdocker/lnbits-legend lnbits-legend chmod +x ./tests ./tests