We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc01ea5 commit bae0e14Copy full SHA for bae0e14
.github/workflows/dockerimage.yml
@@ -8,4 +8,4 @@ jobs:
8
steps:
9
- uses: actions/checkout@v1
10
- name: Build the Docker image
11
- run: docker build . --file Dockerfile --tag golangci-lint-action-:$(date +%s)
+ run: docker build . --file Dockerfile --tag golangci-lint-action:$(date +%s)
0 commit comments