Compare commits
2 Commits
c7e3daa232
...
80ca523cdc
Author | SHA1 | Date | |
---|---|---|---|
80ca523cdc | |||
f7e09f6783 |
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
TAG=latest
|
TAG=v1.77.0
|
||||||
docker pull ghcr.io/antonbabenko/pre-commit-terraform:$TAG
|
docker pull --platform linux/amd64 ghcr.io/antonbabenko/pre-commit-terraform:$TAG
|
||||||
docker run -e "USERID=$(id -u):$(id -g)" -v "$(pwd)":/lint -w /lint ghcr.io/antonbabenko/pre-commit-terraform:$TAG run -a
|
docker run --platform linux/amd64 -e "USERID=$(id -u):$(id -g)" -v "$(pwd)":/lint -w /lint ghcr.io/antonbabenko/pre-commit-terraform:$TAG run -a
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user