diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index a01f85b..5b14858 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -28,7 +28,7 @@ jobs: context: . push: true tags: | - ${{ secrets.DOCKER_REGISTRY }}/calendar:latest - ${{ secrets.DOCKER_REGISTRY }}/calendar:${{ github.sha }} + ${{ secrets.DOCKER_REGISTRY }}/connor/calendar:latest + ${{ secrets.DOCKER_REGISTRY }}/connor/calendar:${{ github.sha }} cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + cache-to: type=gha,mode=max