From 4c503ab51cfcab3beccad44014ac7923f16940ba Mon Sep 17 00:00:00 2001 From: David Dollar Date: Mon, 26 Aug 2019 14:26:17 -0400 Subject: [PATCH] update workflow --- .github/workflows/push.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ef07564..290b93b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -5,8 +5,4 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - uses: actions/docker/cli@master - args: build -t convox . - - uses: actions/docker/tag@master - args: convox convox/convox --no-latest + - uses: actions/checkout@v1 \ No newline at end of file