From 5ef2c4f935c762937eeac47b03479fc186f8123d Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:03:41 -0500 Subject: [PATCH] Removed bad builder for Docker --- .github/workflows/tag-actions.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tag-actions.yml b/.github/workflows/tag-actions.yml index f796c428..936cd91d 100644 --- a/.github/workflows/tag-actions.yml +++ b/.github/workflows/tag-actions.yml @@ -87,9 +87,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Build image - run: docker build . --file Dockerfile --tag $IMAGE_NAME - - name: Login to DockerHub uses: docker/login-action@v1 with: @@ -100,4 +97,4 @@ jobs: run: make deps-docs - name: Build Images - run: make publish-docker VERSION=${GITHUB_REF/refs\/tags\//} \ No newline at end of file + run: make publish-docker VERSION=${GITHUB_REF/refs\/tags\//}