resolve issues with release action
This commit is contained in:
12
.github/actions/integration/Dockerfile
vendored
Normal file
12
.github/actions/integration/Dockerfile
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM golangci/golangci-lint:v1.12.5
|
||||
|
||||
LABEL "com.github.actions.name"="Check"
|
||||
LABEL "com.github.actions.description"="Run integration tests"
|
||||
LABEL "com.github.actions.icon"="check-circle"
|
||||
LABEL "com.github.actions.color"="green"
|
||||
|
||||
COPY "entrypoint.sh" "/entrypoint.sh"
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENV GOFLAGS -mod=vendor
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
Reference in New Issue
Block a user