From c961b5a500f06df00931dadb47a818847d5c3083 Mon Sep 17 00:00:00 2001 From: Ian Boyes Date: Tue, 10 May 2022 15:23:30 -0700 Subject: [PATCH] ci: fix error in ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b45bb40..0030e1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,6 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - run: docker build - name: Build and Test uses: docker/build-push-action@v3 with: