Skip to content

Commit 1a60aa3

Browse files
authored
update docker image name (#111)
1 parent 2382692 commit 1a60aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_publish_docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
name: Prepare
2525
id: prep
2626
run: |
27-
DOCKER_IMAGE=crowdsecurity/blocklist-mirror
28-
GHCR_IMAGE=ghcr.io/${{ github.repository_owner }}/blocklist-mirror
27+
DOCKER_IMAGE=crowdsecurity/custom-bouncer
28+
GHCR_IMAGE=ghcr.io/${{ github.repository_owner }}/custom-bouncer
2929
VERSION=edge
3030
if [[ $GITHUB_REF == refs/tags/* ]]; then
3131
VERSION=${GITHUB_REF#refs/tags/}

0 commit comments

Comments
 (0)