diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fd5add..ac3c6b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,4 +88,4 @@ jobs: context: . file: ./docker/Dockerfile push: true - tags: pufferfi/coral:${{ github.event.inputs.version }} \ No newline at end of file + tags: pufferfi/coral-cli:${{ github.event.inputs.version }} \ No newline at end of file