fix typo in docker build
This commit is contained in:
parent
dc01ea509d
commit
bae0e1478b
2
.github/workflows/dockerimage.yml
vendored
2
.github/workflows/dockerimage.yml
vendored
@ -8,4 +8,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Build the Docker image
|
- 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)
|
Loading…
x
Reference in New Issue
Block a user