Skip to content
This repository was archived by the owner on Jul 24, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
with:
push: ${{ github.ref == 'refs/heads/main' }}
tags: |
ghcr.io/otter-sec/rctf:${{ github.sha }}
ghcr.io/otter-sec/rctf:${{ github.ref_name }}
cache-from: type=registry,ref=ghcr.io/otter-sec/rctf:main
ghcr.io/otter-sec/rctf-legacy:${{ github.sha }}
ghcr.io/otter-sec/rctf-legacy:${{ github.ref_name }}
cache-from: type=registry,ref=ghcr.io/otter-sec/rctf-legacy:main
cache-to: type=inline
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Deprecation notice

**This version is no longer maintained, please submit issues and feature requests to [otter-sec/rctf](https://github.com/otter-sec/rctf).**

<picture>
<source srcset="https://raw.githubusercontent.com/otter-sec/rctf/main/docs/content/assets/rctf-logotype-dark-1024.png" media="(prefers-color-scheme: light)">
<img src="https://raw.githubusercontent.com/otter-sec/rctf/main/docs/content/assets/rctf-logotype-light-1024.png" width="350px" alt="rCTF logo">
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
rctf:
image: ghcr.io/otter-sec/rctf:${RCTF_GIT_REF}
image: ghcr.io/otter-sec/rctf-legacy:${RCTF_GIT_REF}
restart: always
ports:
- '127.0.0.1:8080:80'
Expand Down
Loading