Skip to content

Commit

Permalink
Docker image build on CI & Issue template (#425)
Browse files Browse the repository at this point in the history
* Terraform fmt

* fmt

* Remove unsued tfsec and tflint

* Rename pipeline file

* k8s plain manifests linters

* Mkdocs for hetzner docs

* Docker update

* fix

* Apply suggestions from code review

* Test image building

Co-authored-by: Bohdan Ivashko <[email protected]>
  • Loading branch information
Amet13 and arriven authored Mar 25, 2022
1 parent 750f6bd commit 014ef18
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Expected Behavior


## Actual Behavior


## Steps to Reproduce the Problem

1.
2.
3.

## Specifications

- Version:
- Platform:
- Subsystem:
2 changes: 2 additions & 0 deletions .github/workflows/docker-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
- name: Test image building
run: make docker_build

0 comments on commit 014ef18

Please sign in to comment.