diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index fa2139da3c..fef6ef1a52 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -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) \ No newline at end of file + run: docker build . --file Dockerfile --tag golangci-lint-action:$(date +%s) \ No newline at end of file