fix typo in docker build

This commit is contained in:
Aleksandr Razumov 2020-04-26 00:44:03 +03:00
parent dc01ea509d
commit bae0e1478b
No known key found for this signature in database
GPG Key ID: 1D14A82D2E311045

View File

@ -8,4 +8,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag golangci-lint-action-:$(date +%s)
run: docker build . --file Dockerfile --tag golangci-lint-action:$(date +%s)