diff options
Diffstat (limited to '.github/workflows/deploy.yml')
-rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 38f302f..006e3e5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ on: - published env: REGISTRY: ghcr.io - IMAGE_NAME: caronte + IMAGE_NAME: eciavatta/caronte jobs: build_push_docker: runs-on: ubuntu-latest |