Skip to content

Commit

Permalink
Removed bad builder for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog authored Dec 14, 2020
1 parent c8434db commit 5ef2c4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tag-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -100,4 +97,4 @@ jobs:
run: make deps-docs

- name: Build Images
run: make publish-docker VERSION=${GITHUB_REF/refs\/tags\//}
run: make publish-docker VERSION=${GITHUB_REF/refs\/tags\//}

0 comments on commit 5ef2c4f

Please sign in to comment.