From 619f72ccdae925c178c05fb1f0f25b8ab5fd345e Mon Sep 17 00:00:00 2001 From: Jeffrey Picard Date: Mon, 6 Dec 2021 22:34:54 -0500 Subject: [PATCH] try local dockerfile --- .github/workflows/build-short-new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-short-new.yml b/.github/workflows/build-short-new.yml index b2c0a85..30920c7 100644 --- a/.github/workflows/build-short-new.yml +++ b/.github/workflows/build-short-new.yml @@ -9,4 +9,4 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Build and Test - uses: lbryio/hub \ No newline at end of file + uses: ./Dockerfile.action \ No newline at end of file