Skip to content

Commit bae0e14

Browse files
committed
fix typo in docker build
1 parent dc01ea5 commit bae0e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
steps:
99
- uses: actions/checkout@v1
1010
- name: Build the Docker image
11-
run: docker build . --file Dockerfile --tag golangci-lint-action-:$(date +%s)
11+
run: docker build . --file Dockerfile --tag golangci-lint-action:$(date +%s)

0 commit comments

Comments
 (0)