Skip to content

Commit

Permalink
Fixed Docker Image CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Jan 25, 2020
1 parent 9427de7 commit df68b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build --file Dockerfile --tag action-remark-lint:$(date +%s)
run: docker build --file Dockerfile --tag action-remark-lint:$(date +%s) .

0 comments on commit df68b9e

Please sign in to comment.