Don't publish pre-release

This commit is contained in:
Max Stanley 2023-11-21 23:58:50 +00:00
parent 434a30e3a5
commit 1b142357e0
2 changed files with 3 additions and 5 deletions

View File

@ -1,10 +1,8 @@
name: Docker
on:
push:
# Publish `v1.2.3` tags as releases.
tags:
- v*
release:
types: [release]
# Run tests for all PRs to master.
pull_request:

View File

@ -33,7 +33,7 @@ docker run --rm --name cyberchef -it -p 80:80 cyberchef
Or you can use our image directly:
```bash
docker run --rm --name cyberchef -it -p 80:80 ghcr.io/gchq/CyberChef:latest
docker run --rm --name cyberchef -it -p 80:80 ghcr.io/gchq/cyberchef:latest
```
This image is built and published through our [GitHub Workflows](.github/workflows/docker.yml)