From f9b71fe08fedd4ceb23ced6fe2171edf24add290 Mon Sep 17 00:00:00 2001 From: Alexander Sharov Date: Fri, 14 Jun 2024 17:32:43 +0300 Subject: [PATCH] fix: docker image reference in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cd4a21..e2d941c 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ If you are using `pre-commit-opentofu` already or want to support its developmen ```bash TAG=latest -docker pull ghcr.io/tofuutils/pre-commit-opentofu:$TAG +docker pull tofuutils/pre-commit-opentofu:$TAG ``` All available tags [here](https://github.com/tofuutils/pre-commit-opentofu/pkgs/container/pre-commit-opentofu/versions).