Skip to content

Commit

Permalink
fix typo in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
motey committed Oct 6, 2020
1 parent 5de1bdb commit cee7f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file dockerfile --tag data-lens-org-covid19-patents:latest
run: docker build . --file Dockerfile --tag data-lens-org-covid19-patents:latest
- name: Publish to Registry
uses: HurricanKai/Publish-Docker-Github-Action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This script usually runs in context of the [Covid*Graph](https://covidgraph.org/

Maintainer: [Tim](https://github.com/motey)

Version: 0.0.1
Version: 1.0.0

Python version: Python3

Expand Down

0 comments on commit cee7f95

Please sign in to comment.