From 62dfa8f9dddbb76ffa620a972bf13d04095494b9 Mon Sep 17 00:00:00 2001 From: Ashleigh Carr Date: Mon, 12 Feb 2024 10:45:20 +0000 Subject: [PATCH] Point to the correct workflow in the README for Container releases. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f951d66..5549bda2 100755 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Or you can use our image directly: docker run -it -p 8080:80 ghcr.io/gchq/cyberchef:latest ``` -This image is built and published through our [GitHub Workflows](.github/workflows/docker.yml) +This image is built and published through our [GitHub Workflows](.github/workflows/releases.yml) ## How it works