We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2382692 commit 1a60aa3Copy full SHA for 1a60aa3
.github/workflows/release_publish_docker-image.yml
@@ -24,8 +24,8 @@ jobs:
24
name: Prepare
25
id: prep
26
run: |
27
- DOCKER_IMAGE=crowdsecurity/blocklist-mirror
28
- GHCR_IMAGE=ghcr.io/${{ github.repository_owner }}/blocklist-mirror
+ DOCKER_IMAGE=crowdsecurity/custom-bouncer
+ GHCR_IMAGE=ghcr.io/${{ github.repository_owner }}/custom-bouncer
29
VERSION=edge
30
if [[ $GITHUB_REF == refs/tags/* ]]; then
31
VERSION=${GITHUB_REF#refs/tags/}
0 commit comments