Skip to content

Commit

Permalink
feat(ci): add automated builds for kubeconform
Browse files Browse the repository at this point in the history
  • Loading branch information
aexvir committed Feb 11, 2021
1 parent 2076bf7 commit 4d0777b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
image: ["black", "kubeval", "poetry", "pre-commit", "tox"]
image: ["black", "kubeval", "kubeconform", "poetry", "pre-commit", "tox"]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions kubeconform/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.13.1@sha256:3747d4eb5e7f0825d54c8e80452f1e245e24bd715972c919d189a62da97af2ae


# Checksum from https://github.com/yannh/kubeconform/releases/latest
ARG KUBECONFORM_VERSION=0.4.2
ENV version=0.4.2
ARG KUBECONFORM_VERSION=${version}
# Checksum from https://dl.k8s.io/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl.sha256
ARG KUBECTL_VERSION=1.20.2

Expand Down

0 comments on commit 4d0777b

Please sign in to comment.