From 0983a1458b54dcb4881b93c4652aac328d7636f5 Mon Sep 17 00:00:00 2001 From: Dylan Arbour Date: Tue, 5 Mar 2024 08:46:52 -0500 Subject: [PATCH] Promote ghcr over Docker Hub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6aa52e..c6de675 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ resource_types: - name: slack-alert type: registry-image source: - repository: arbourd/concourse-slack-alert-resource + repository: ghcr.io/arbourd/concourse-slack-alert-resource ``` See the [Concourse docs](https://concourse-ci.org/resource-types.html) for more details on adding `resource_types` to a pipeline config.