Skip to content

Commit

Permalink
fix docker hub image name (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
blotus authored Jun 24, 2024
1 parent cec1ccd commit cb3b977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_publish_docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Prepare
id: prep
run: |
DOCKER_IMAGE=crowdsec/cloudflare-worker-bouncer
DOCKER_IMAGE=crowdsecurity/cloudflare-worker-bouncer
GHCR_IMAGE=ghcr.io/${{ github.repository_owner }}/cloudflare-worker-bouncer
VERSION=edge
if [[ $GITHUB_REF == refs/tags/* ]]; then
Expand Down

0 comments on commit cb3b977

Please sign in to comment.